

*{
    margin:0;
    padding: 0;
        font-family: "Heebo", sans-serif;

}
 
/*hero*/
.hero-m{
    background-color: #85a98f;
}
h1,p{
    color:white;
}
.hero-m-img img{
    flex:1;
    width: 100%;
    height: auto;
}
.hero-m-img,.hero-text-m,.hero-text-m a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-text-m {
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    text-align: left;         
    gap: 2rem;                
    width: 80%;               
    margin: 0 auto;          
}

.showmore a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #D3F1DF;
    border-radius: 20px;
    text-decoration: none;
    color:black;
    background-color: #D3F1DF;
    padding: 4%;
    margin: 5% 0%;
    font-size:80%;
    font-weight: bold;
    width:40%;
}
.showmore{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*popularproducts*/
.popular-products h2{
    color:#85A98F;
    margin: 5% 0%;
    font-size: 200%;
}
.popular-products{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.products{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:3em;
}
.product1,.product2,.product3,.product4{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:5%;
    width: 60%;
    border: 2px solid #85A98F;
    border-radius: 20px;
    background-color:#85A98F;
}
.product1 p,.product2 p,.product3 p,.product4 p{
    padding: 10%;}

.popular-products a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #D3F1DF;
    border-radius: 30px;
    text-decoration: none;
    color:black;
    background-color:#85A98F;
    padding: 3%;
    margin: 5% 0%;
    font-size:80%;
    font-weight: bold;
    width:40%;
    height: 10px;
    max-width: 200px;;
}

.product4 img{
    width: 209px;
    height: 209px;
}

/*partners*/
.partner-logos{
    border: 2px solid black;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-logos img{
    width: 25%;
    height: auto;
}
@media (min-width: 1024px) {

.hero-m{
    display: flex;
    flex-direction: row-reverse;
}
.hero-m-img{
    width: 50%;
}
.popular-products{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.products{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
}
.product1,.product2,.product3,.product4{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:5%;
    height: 500px;
    border: 2px solid #85A98F;
    border-radius: 20px;
    background-color:#85A98F;
}
.partners{
    margin:40px;
}
.partner-logos{
    padding:30px;
}
.hero-m-overlay{
    display: flex;
    flex-direction: column;
    margin-left: -10%;
}
.hero-text-m {
    text-align: left;        
    gap: 2rem;                
    width: 50%;
    margin-top: 15%;                   
}
.hero-text-m h1{
    font-size: 250%;
}
.showmore a{
    padding: 2%;
    border-radius:40px ;
}

}
