.main-logo {
    display: flex;
    align-items: center;
}
.main-logo img {
    max-width: 50px;
    margin-right: 10px;
}
.main-logo h1 {
    font-size: 20px;
    line-height: 27px;
    color: #fa4318;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}
.main-logo h1 span {
    display: block;
    font-size: 14px;
    color: #279fbf;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 18px;
}
.about-thumb-wrap .img-2 {
    /* width: 100%; */
    padding-right: 100px;
}
.testimonial-wrap {
    column-count: 2;
    column-gap: 40px;
}
.testimonial-wrap .item {
    break-inside: avoid;
}
/* .testimonial-wrap .single-testimonial-wrap {
    margin-top: 0;
} */
.service-details-wrap ul li ul {
    margin-bottom: 20px;
}
.service-details-wrap p strong {
    color: var(--main-color);
}
.service-area .owl-stage-outer {
    overflow: visible;
}
.publications .list-inner-wrap {
    margin-top: 20px;
    column-count: 2;
    column-gap: 50px;
}
.publications .list-inner-wrap li {
    position: relative;
    padding-left: 25px;
}
.publications .list-inner-wrap li::before {
    position: absolute;
    content: "";
    background: url(../img/icon/check.png) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
}

.publications .list-inner-wrap p {
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
}
.publications .list-inner-wrap p span {
    display: block;
    font-size: 12px;
    color: var(--paragraph-color);
}
@media all and (max-width: 767px) {
    .main-logo h1 {
        font-size: 18px;
    }
    .main-logo h1 span {
        font-size: 12px;
    }
    .publications .list-inner-wrap {
        column-count: 1;
        column-gap: 0px;
    }
    .service-details-wrap h2 {
        font-size: 24px;
    }
    .testimonial-wrap {
        column-count: 1;
        column-gap: 0px;
    }
}
