.uptick-coffee{
margin-top: -135px; 
background-image: url('/MainSite/images/bg-flag-about.jpg'); 
background-size: cover; 
background-position: center;
}
/* WebP version for supporting browsers */
@supports (background-image: url('image.webp')) {
    .uptick-coffee {
        background-image: url("/MainSite/images/bg-flag-about.webp");
    }
}
.mushroom h3{
  font-size: 2vw;
}
.mushroom-header .lyfe-img-01 img{
  width: 100%;
}
.mushroom .features-section-02 .col .inner-wrapper {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.mushroom .features-section-02 .col .inner-wrapper img {
    width: 100px;
}

@media screen and (max-width: 991px) {
  .mushroom h3{
  font-size: 1.5rem;
  text-align: center;
}
.mushroom-header .lyfe-img-01 img{
  width: 600px;
  padding-right: 70px;
}
}
@media screen and (min-width: 1600px) {
  .mushroom h3{
  font-size: 2.25rem;
}
}