.sections__scrollsy{
    background: #F7E8E8;
}
.sections__scrollsy ul li a{
    font-family: 'Lato', sans-serif;
}
.overview__section .section__title {
    line-height: 54px;
}

.services__section,.why__us__section {
    background: #F4F4F4;
}

.services__content .accordion-item {
    background: #882F30;
    color: #fff;
}
.services__content :is(.accordion-button, .accordion-item:first-of-type>.accordion-header .accordion-button) {
    background: unset;
    color: #fff;
}
.services__content .accordion-body ul li {
    margin-top: 13px;
}
.services__content :is(.accordion-button:not(.collapsed),.accordion-button:focus) {
    box-shadow: unset;
}
.accordion-button::after {
    content: "\2b";
    background: unset;
    display: flex;
    align-items: center;
    transition: unset;
    justify-content: center;
}
.accordion-button[aria-expanded='true']::after {content: "\f068";font-family: 'FontAwesome';font-size: 18px;}
.accordion-button:not(.collapsed)::after {
    background: unset;
}

.technology__card{
    box-shadow: 0px 4px 40px 0px #0000000F;
}
.technology__head {
    /* cursor: pointer; */
}
.technology__body ul li {
    margin-top: 6px;
}
.technology__logo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.sections__scrollsy ul li a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.why__us__body h4 {
    height: 2.5em;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .sections__scrollsy ul li {
        flex-grow: unset !important;
    }
    .overview__section .section__title {
        line-height: 1.3;
    }
    .technology__logo img {
        width: 56px;
        height: 56px;
    }
    .technology__title h4 {
        font-size: 1.1rem;
        font-weight: 700;
    }
}