.section-about-us-title {
    background-image: url("/wp-content/uploads/2023/10/about-us-title.svg");
}
.section-info-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}
.section-info-text p {
    margin-bottom: 15px;
}

.section-contact-us {
    display: flex;
    justify-content: center;
}
.section-testimonials-item {
    min-height: 320px !important;
}
.get-free-seo-consultation {
    display: flex;
    justify-content: center;
}
.service-button-get-free {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 49px;
    background: linear-gradient(180deg, #62C402 0%, #0B4509 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 910px;
    height: 119px;
    padding: 23px 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none !important;
}
@media only screen and (max-width: 768px) {
    .section-info-about-us .section-info-text {
        order: 1;
    }
    .section-info-about-us .section-info-img {
        order: 0;
    }
    .service-button-get-free {
        font-size: 27px;
    }
}