.headline h1 {
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 64px !important;
}
.neos-contentcollection .fsz-22 {
  font-size: 22px !important;
  text-shadow: inherit !important;
  line-height: 31px !important;
  text-shadow: none !important;
}
.text-100 {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17.6px !important;
  text-shadow: none !important;
  color: #ffffff;
}
.services-1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  text-shadow: inherit !important;
}
.list-text p {
  font-size: 16px;
  font-weight: 400;
}
.left-side {
  max-width: 55%;
}
.left-side h3 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
.left-side p {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.76px;
  text-align: left;
}
.content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: left;
}
@media (min-width: 770px) {
  .bg-green-1 {
      display: none !important;
      background-color: #339D52;
  }
 .bg-green-2 {
      display: block;
      background-color: #339D52;
  }
  .desktop-img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  .mobile-img{
     display: none; 
  }
}
@media (max-width: 991px) {
  .fixed-btn {
      position: fixed;
      width: 100%;
      background-color: #82DD65;
      left: 0;
      bottom: 0;
      padding: 0px 10px 10px;
  }
}
@media (max-width: 770px) {
  .bg-green-1 {
      display: block;
      background-color: #339D52;
  }
  .bg-green-2 {
      display: none !important;
      background-color: #339D52;
  }
  .desktop-img{
      display: none;
  }
  .mobile-img{
     height: 100%;
     width: 100%;
     object-fit: cover;
  } 
  .headline h1 {
      font-size: 32px !important;
      font-weight: 700 !important;
      line-height: 32px !important;
  }
  
  .neos-contentcollection .fsz-22 {
      font-size: 20px !important;
      font-weight: 400;
      line-height: 27px !important;
      text-shadow: none !important;
  }
  .text-100 {
      font-size: 10px;
      font-weight: 400;
      line-height: 12.57px;
      text-align: left;
      color: #0E5B25 ;
  }
  .list-text p {
      font-size: 14px;
  }
  .services-1 p {
      font-size: 14px;
      line-height: 23px;
  }
  .content-box p {
      font-size: 16px;
  }
  .left-side {
      max-width: 66%;
  }
  .left-side h3 {
      font-family: Source Sans Pro;
      font-size: 24px;
      font-weight: 700;
      line-height: 52.8px;
      text-align: left;
  }
  .left-side p {
      font-family: Source Sans Pro;
      font-size: 16px;
      font-weight: 400;
      line-height: 21.76px;
      text-align: left;
  }
}

