.section-hero-product {
    margin: 5rem auto !important;
}

.section-hero-product .hero-product-img {
    display: flex;
    align-items: center;
}

.section-hero-product .section-title.font-english .title-heading {
    font-weight: 600;
}

.section-hero-product .hero-product-img-title {
    color: rgba(129, 129, 129, 1);
    font-size: 37px;
    line-height: 1;
    font-weight: 900;
    font-family: inherit;
    display: flex;
}

.section-hero-product .button {
    color: #949494;
    font-family: var(--medium_font);
    border: 1px solid #BBBBBB;
    margin-top: 0.5rem;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 2px 8px;
    text-align: center;
}

.section-hero-product .button:hover {
    border: 1px solid var(--color1);
}

@media screen and (min-width:768px) {
    .section-hero-product .editor-content p {
        width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .section-hero-product .hero-product-link {
        display: flex;
        gap: 0.875rem;
        margin-top: 1rem;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .section-hero-product .hero-product-img img {
        width: 70%;
    }
}

@media screen and (max-width:992px) {
    .section-hero-product .hero-product-img {
        flex-direction: column;
    }
}

@media screen and (max-width:767.99px) {

    .section-hero-product .hero-product-img-title {
        width: 80%;
    }

    .section-hero-product {
        margin: 1.25rem 0 4rem auto !important;
    }

    .section-hero-product .hero-product-img-title {
        margin-bottom: 1.5rem;
    }

    .section-hero-product .hero-product-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .section-hero-product .section-title {
        text-align: center;
    }

    .section-hero-product .button {
        font-size: 0.875rem;
    }

    .section-hero-product .single-hero-order {
        order: 2 !important;
    }
}