.main_banner {
    text-transform: uppercase !important;
    height: 200px;
    background-image: url('../assets/general/menu_cenefa.png');
    background-size: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: Gotham;
    font-size: calc(30px + (55 - 30) * ((100vw - 600px) / (1300 - 600)));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.top_text {
    font-family: Gotham;
    font-size: calc(15px + (18 - 15) * ((100vw - 600px) / (1300 - 600)));
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
}

.product_button {
    color: white !important;
    font-weight: 500 !important;
    height: 40px;
    font-size: calc(12px + (14 - 12) * ((100vw - 600px) / (1300 - 600)));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*max-width: 188px;*/
    max-width: 220px;
}

.product_brochure, .product_specs {
    text-decoration: underline;
    font-weight: 500;
    font-family: 'Gotham';
    font-size: 14px;

}

.product_specs > img {
    width: 100%;
    max-width: 12px;
}

.product_brochure > img {
    width: 100%;
    max-width: 18px;
}

.product_instance {
    display: flex;
    margin-top: 40px;
}

.product_image {
    width: 50%;
    text-align: center;
}

.product_title {
    font-family: 'Gotham';
    width: 100%;
    color: var(--mex-pink);
    font-weight: bold;
    font-size: calc(19px + (27 - 19) * ((100vw - 600px) / (1300 - 600)));
    text-transform: uppercase;
    text-align: left;
}

.product_image > img {
    width: 100%;
    max-width: 185px;
}

.product_description {
    width: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.product_description_text {
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.11px;
    text-align: left;
    color: var(--marine-blue);
}

.no_m {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
}

.second_section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
    .main_banner {
        height: 140px;
    }

    .product_button {
        max-width: 145px;
    }

    .top_text {
        padding-left: 15px;
        padding-right: 15px;
        margin: 25px auto;
    }

}
