.usedsa-hero {
    position: relative;
    background: linear-gradient(0deg, #f7f7f7, #eff2ff);
    padding-top: 40px;
}
.aboutbox {
    color: #000;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.usedsa-city-box span {
    margin-left: 7px;
}
.usedsa-title {margin: 0;}
.about-contnet {
    width: 74%;
    margin-right: 15px;
}

.usedsa-value {
    font-weight: 900;
    font-size: 30px;
}
.shape {
    overflow: hidden;
}
.serve-content {
    padding-right: 28px;
}
.usedsa-hero h1 {
    color: #405ee1;
}
.serve-box h3 {
    margin: 0;
}
.services {
    background: linear-gradient(180deg, #cfd8ff, #f4f6ff, #cfd8ff);
}

.bottom-border-right {
    border-bottom: 3px solid #3f59ed;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.bottom-border:after {
    content: " ";
    background: #c79734;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}


.usedsa-mb-60 {
    margin-bottom: 60px;
}

.serve-box {
    text-align: right;
    margin-bottom: 30px;
    padding: 30px;
    background: linear-gradient(180deg, #ffffff78, #ffffff57);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid #e4e8fb;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff78, #ffffff57);
}

.faqs-box {
    margin-bottom: 17px;
}
.faqs-title {
    font-size: 21px;
    color: #262525;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
    background-color: #ffffff;
    box-shadow: 0 2px 5px #00000024;
    border-radius: 23px;
}

.faqs-title:after {
    content: "\002B";
    position: absolute;
    left: 23px;
}

.faqs-box.active .faqs-title:after {
    content: "\002D";
    color: #ffde00;
}

.faqs-answer {
    display: none;
    padding: 16px 19px;
    background: #ffffff;
    box-shadow: 0 2px 5px #00000024;
    color: #262525;
    border-radius: 16px;
    cursor: pointer;
    display: none;
    margin: 9px 0;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.faqs-box.active .faqs-title {
    color: #ffffff;
    background-color: #405ee1;
}
.serve-box a {
    text-decoration: none;
}

.serve-box h3 a {
    display: inline-block;
    color: #000000;
}



@media (min-width: 992px) {
    .usedsa-hero {
        padding: 54px 0 0 0;
    }
}
