.section-text-img-title {
    background-image: url("/wp-content/uploads/2023/10/services-title.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 110px;
}
.section-default-first {
    padding: 0 100px 0 100px !important;
}
.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;
}
.get-free-seo-consultation {
    display: flex;
    justify-content: center;
}
.section-process-we-follow-img {
    background-image: url("/wp-content/uploads/2023/10/section-process-we-follow-img.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
}
.section-process-we-follow {
    margin-top: 170px;
}
@media only screen and (max-width: 768px) {
    .section-default-first {
        padding: 40px 15px 0 15px !important;
    }
    .section-text-img-title {
        height: 60px;
        background-image: none;
    }
    .service-button-get-free {
        font-size: 27px;
    }
    .section-process-we-follow-img {
        text-indent: -9999px;
    }
    .section-process-we-follow-img {
        height: 237px;
    }
    .section-process-we-follow {
        margin-top: 70px;
    }
    .service-button-get-free {
        width: 100%;
        height: 80px;
        max-width: 500px;
    }
}