.theme--color {
    color: #1C00AF;
}
.border--theme {
    border: 1px solid #8894db96 !important;
}
.fw-bold {
    font-weight: bold;
}
.mt-18 {
    margin-top: 18px;
}
.text-decoration-underline {
    text-decoration: underline;
}
.testimonials-section {
    background-image: url(../images/bg/bg-1.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: round;
}
@media screen and (275px <= width <= 425px) {
    .sm-d-none {
        display: none;
    }
    .testimonials-wrap {
        padding: 0 !important;
    }
    .testimonials-section {
        background-repeat: no-repeat;
    }
}