.content #s-sec1 {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content #s-sec1 .row {
  align-items: center;
}

.content #s-sec1 h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 24px;
  color: #005331;
}

.content #s-sec1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}

.content #s-sec1 #bg-s .speed {
  height: 500px;
}

.content #s-sec2 {
  margin: 30px 0;
}

.content #s-sec1 .speed-logo {
  height: 30px;
}

.content #s-sec1 .icon-BS {
  height: 80px;
}

.content #s-sec1 .group {
  align-items: flex-start;
}

#culbac #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

#max #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

#promix #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}
#dairystar #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

#buffer #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

#holstein #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

/*********************************************************************/
/************************* MEDIA QUERIES ****************************/
/*******************************************************************/
@media (max-width: 1399.98px) {
  .content #s-sec1 {
    padding-top: 20px;
  }
}

/*
  ------------------------------------------------------>
  */
@media (max-width: 1199.98px) {
  .content #s-sec1 {
    padding-top: 40px;
  }

  .content #s-sec1 .speed-logo {
    height: 25px !important;
  }

  .content #s-sec1 #bg-s .speed {
    height: 400px;
  }

}

/*
  ------------------------------------------------------>
  */
@media (max-width: 991.98px) {
  .content #s-sec1 {
    padding-top: 60px;
  }

  .content #s-sec1 .speed-logo {
    height: 20px !important;
  }

  .content #s-sec1 #bg-s .speed {
    height: 350px;
  }

  .content #s-sec1 .icon-BS {
    height: 66px !important; 
  }

  .content #s-sec1 .icon-BS {
    height: 63px;
  }

}

/*
  ------------------------------------------------------>
  */
@media (max-width: 767.98px) {

  .content #s-sec1 {
    padding-top: 80px;
  }

  .content #s-sec1 .speed-logo {
    height: 20px !important;
  }

  .content #s-sec1 #bg-s .speed {
    height: 350px;
    margin-bottom: 30px;
  }

  .content #s-sec1 .icon-BS {
    height: 66px;
  }

  .content #s-sec1 h3 {
    font-size: 24px;
  }

  .content #s-sec1 .icon-BS {
    height: 63px;
  }
}

/*
  ------------------------------------------------------>
  */
@media (max-width: 575.98px) {
  .content #s-sec1 #bg-s .speed {
    height: 280px;
    margin-bottom: 30px;
  }

  .content #s-sec1 {
    padding-top: 133px;
  }

  .content #s-sec1 h3 {
    font-size: 24px;
  }

}