/* Add custom CSS styles below */ 
.features-sec .features.grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.s-product-card-entry .form__wrapper .s-button-btn.s-button-solid{
    display:none
}
.whatsapp-btn{
    background:#954c98;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:20px;
    border-radius:50px;
}