.hero{
    border: solid 0px red;
    width: 100%;
    background: #47B79F;
}

.hero .container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;    
    height: 400px !important;
}
    .hero .container .content-text{   
        color: #fff;  
        border: solid 0px red;
        width: 60%;

        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;

        padding: 1rem;
    }

    .hero .container .content-text h1.title{     
        font-size: 1.8rem !important;
        font-weight: bolder !important;
        text-transform: uppercase;
        width: 80%;
    } 
    
    .hero .container .content-text p.subTitle{     
        font-size: 1rem !important;
        letter-spacing: normal !important;
        font-weight:500 !important;
        text-transform: capitalize;        
        width: 85%;
    }     

        .hero .container .content-text a.a-link{
            padding: 1rem 2.5rem !important;
            border-radius: 5px;
            background: white !important;
            color:#47B79F;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;    
            font-size: 14px;
        }

        .hero .container .content-text a.a-link:hover{
            background: #EEFFFB !important;
            color: #47B79F;
            text-decoration: none;
        }


    .hero .container .content-product{
        border: solid 0px red;   
        flex-grow: 1;
        
        align-items: center;

        padding: 1rem;        

    }

        .hero .container .content-product img{
            height: 95%;
        }

/* img banner size */
@media (max-width: 768px) {
.HeroSlider_embla__container__Rph34 img {
    width: 400px;
    height: 243px;
}
}
/*--*/

/* banner canvas size */
@media (max-width: 768px) {
.HeroSlider_embla__container__Rph34 {
    display: flex;
    min-width: 400px !important;
    min-height: 233px;
}
.HeroSlider_embla__mobile__slide__QsbI5 img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 250px;
}
}
/*--*/

