@media only screen and (max-width: 1050px){
  .banner-image img {

    height: 320px;
}  
}
@media only screen and (max-width: 768px){
 .product-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 0 0px;
}   
.wrapper .blog-box {
    color: white;
    padding: 40px 0;
    display: none;
}
.wrapper {
    display: grid;
    grid-template-columns: 100% 100%;
}
.banner-content {
    width: 60%;
    padding: 20px 0;

}
.banner-image img {
    height: 250px;
}
.banner-content h1 {
    font-size: 32px;
    color: #fff;
    text-align: left;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
}
a.navbar-brand img {
    max-height: 55px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px !important;
}
.btn-discover {

    height: 50px;
    line-height: 50px;
}
}
@media only screen and (max-width: 767px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper-footer {
        grid-template-columns: repeat(1, 1fr);
    }
    .features {
    grid-template-columns: repeat(1, 1fr);
}
.banner-content {
    width: 100%;
    padding: 20px 0;

}
.banner-content h1 {
    font-size: 32px;
    line-height: 40px;
}
.btn-discover {
    display: inline-block;
    padding: 0;
    background-color: #000;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    transition: background 0.3s 
ease;
    width: 200px;
    height: 50px;
    line-height: 50px;
}
.banner-image img {
    height: 306px;
}
.wrapper .blog-box {
    display: none;
}
.wrapper {
    display: grid;
    grid-template-columns: 100% 100%;
}
section.wrapper-section {
    background-color: #3c8c3d;
    background-image: unset;
}
.wrapper .health-box {
    background: #8ac76c;
    padding: 40px 10px;
    color: white;
}
.product-grid {
    padding: 0 0px;
}
.wrapper-footer {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0;
    }
    li.nav-item {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0 0px !important;
}
.contact_form ul {

    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
.content-page ul li {
    padding: 10px 0;
    flex: 0 0 100%;
}
}