﻿.sales_banner {
    font-size: 36px;
    line-height: 10px;
}
.headline_footer h1{
    font-size:30px !important;
    line-height:1.5!important;
    font-weight:400;

}

.email_sales input {
    width: 490px;
    outline: none;
    padding: 10px;
    color: #808184;
    border: 1px solid #D2D3D6;
    border-radius: 4px;
}
#button_sales_banner {
    outline: none;
    background-color: #292969;
    width: 254px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: Heebo;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
}

#button_layout_banner {
    outline: none;
    background-color: #2F3645;
    width: 254px;
    height: 50px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    font-family: Heebo;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
}
.bg_banner_product_inner {
    background-image: url('../imgs/triangles1.png');
    background-position: center;
    height: 232px;
    background-repeat: no-repeat;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}


@media screen and (min-width: 1024px) and (max-width: 1124px) {
    .headline_footer {
        width: 70% !important;
    }

    .sales_headline_banner {
        width: 80% !important;
    }
}

@media screen and (max-width: 768px) {
    .headline_footer {
        width: 80% !important;
        
    }
        .headline_footer h1 {
            font-size: 25px !important;
            margin-bottom :10px;
        }
    .sales_headline_banner {
        width: 80% !important;
        
    }
        .sales_headline_banner h1 {
            font-size: 30px !important;
        }
    .signin {
        display: flex;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .email_sales{
        margin:10px;
        display:flex;
    }
        .email_sales input {
            height: 50px !important;
            display: flex;
            border-radius: 4px;
        }

    #button_sales_banner {
        width: 490px !important;
        margin: 10px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
    }
    #button_layout_banner {
        width: 490px !important;
        margin: 10px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
    }
}

@media screen and  (max-width: 420px) {
    .headline_footer{
        width:90%!important;
    } .sales_headline_banner h1 {
        font-size: 25px !important;
    }
    .headline_footer h1 {
        font-size: 20px !important;
        line-height:1.2!important;
    }
    .email_sales input {
        width: 260px !important;
        height: 40px !important;
        border-radius: 4px;
    }
    .email_sales {
        -webkit-justify-content: center !important;
        justify-content: center !important;
        margin-left:5px!important;
    }
    #button_sales_banner {
        width: 260px !important;
        height: 40px !important;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
    }
    #button_layout_banner {
        width: 260px !important;
        height: 40px !important;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
    }
}

@media screen and (max-width: 320px){
    .headline_footer h1{
        font-size:18px!important;
    }
}