.sections__scrollsy ul li a.active {
    background-color: var(--primary-color);
    color: #fff;
}
.service__box__image {
    width: 130px;
    height: 121px;
}
.service__box {
    box-shadow: 0px 4px 40px 0px #0000000F;
}
.service__box__content {
    width: 50%;
    color: var(--primary-color);
}
.service__box__content h3 {
    font-size: 1.7rem;
    font-weight: 800;
}
.service__item__content p {
    font-size: 1.125rem;
}
.sections__scrollsy {
    background: #F7E8E8;
}
.accordion-button:not(.collapsed) {
    background: unset;
    color: unset;
    box-shadow:unset;
}
.accordion-button:focus {
    box-shadow: unset;
}
.logo__item__image {
    width: 44px;
    height: 43px;
}
.acc-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 4px 24px 0px #00000014;
    border-radius: 8px;
}
.acc-icon img {
    width: 30px;
}
@media only screen and (min-width: 667px) and (max-width: 991px) {
.logos__grid > div:nth-child(3n) .logo__item,.logos__grid > div:nth-last-child( -n + 3 ) {
    border-right: unset !important;
}
}

@media only screen and (min-width: 992px) {
.logos__grid > div:nth-child(5n) .logo__item,.logos__grid > div:nth-last-child( -n + 5 ) {
    border: unset !important;
}
}

@media only screen and (max-width: 667px) {
    .logos__grid > div:nth-child(2n) .logo__item{
        border-right:unset !important;
    }
    .logos__grid > div:nth-last-child( -n + 2 ) {
        border-bottom: unset !important;
    }
    .service__box__content h3 {
        font-size: 1.5rem;
        font-weight: 800;
    }
    .service__box__image {
        width: 100px;
        height: 100px;
    }
    .section__title {
        font-size: 1.5rem;
        line-height: 28px;
    }
    .accordion-button > span {
        font-size: 1.1rem !important;
    }
}