#forage-type #f-sec1 {
  display: grid;
  margin-top: 12%;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

#forage-type #f-sec1 a {
  color: inherit;
}

#forage-type #f-sec1 h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #005331;

}

#forage-type #f-sec1 p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 0 24%;
  line-height: 30px;
  text-align: center;
  color: #005331;
}

#forage-type #f-sec1 .cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  padding: 2rem;
  margin: 0 auto;
  width: max-content;
}

#forage-type #f-sec1 .card {

  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0, 0, 0, var(--bg-filter-opacity)), rgba(0, 0, 0, var(--bg-filter-opacity))), var(--bg-img);
  width: 18em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: inherit;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 2em -1em black;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 10px solid #ccc;
  text-decoration: none;
}

#forage-type #f-sec1 .card:hover {
  transform: rotate(0);
}

#forage-type #f-sec1 .card h1 {
  margin: 0;
  padding-top: 74%;
  font-size: 1.5em;
  line-height: 1.2em;
}

#forage-type #f-sec1 .card p {
  font-size: 0.75em;

  margin-top: 0.5em;
  line-height: 2em;
}

#forage-type #f-sec1 .card .tags {
  display: flex;
  font-family: 'Heebo';
}

#forage-type #f-sec1 .card .tags .tag {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

#forage-type #f-sec1 .card:hover .tags .tag {
  background: #005331;
  color: #ffff;
}

#forage-type #f-sec1 .card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: .8;
}

#forage-type #f-sec1 .card:before,
#forage-type #f-sec1 .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: 45%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

#forage-type #f-sec1 .card:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

#forage-type #f-sec1 .card:after {
  background: white;
  width: 200%;
  height: 200%;
}

#forage-type #f-sec1 .card:hover {
  color: #005331;
}

#forage-type #f-sec1 .card:hover:before,
#forage-type #f-sec1 .card:hover:after {
  transform: scale(1);
}

/* .card-grid-space .num {
    font-size: 3em;
    margin-bottom: 1.2rem;
    margin-left: 1rem;
  }
   */
#forage-type #f-sec1 .info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

#forage-type #f-sec1 .info img {
  height: 3em;
  margin-right: 0.5em;
}

#forage-type #f-sec1 .info h1 {
  font-size: 1em;
  font-weight: normal;
}

/*******************************************************************/
/* Cornsilage */
/*******************************************************************/
#corn{
   margin-top: 8%;
  margin-bottom: 5%;
}

#corn #c-sec1 {
  overflow: hidden;
  background-image: url(../assets/corn-silage/New/Artboard\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content #c-sec1{
  padding: 8% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*---------------------*/

.content #c-sec1 .row {
  align-items: center;
}

.content #c-sec1 a {
  display: contents;
  cursor: pointer;
}

.content #c-sec1 a #img1 {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
}

.content #c-sec1 #img2 {
  width: 200px;
  display: inline-block;
}

.content #c-sec1 .image img {
  height: 400px;
  object-fit: contain;
}

.content #c-sec1 h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 24px;
  color: #005331;
  padding-bottom: 10px;
}

.content #c-sec1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 30px;
}

.content #c-sec-cards {
  margin: 5% 0;
}

.content #c-sec-cards .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content #c-sec-cards a {
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  cursor: pointer;
  line-height: 41px;
  color: #005331;
}

.content #c-sec-cards a h4 {
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 41px;
  color: #005331;
}

.content #c-sec-cards .card {
  border: transparent;
  background-color: transparent;
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1em;
  height: 350px;
  cursor: pointer;
  border-radius: 25px;
}

.content #c-sec-cards .card:hover {
  box-shadow: 0 0 2em -1em black;
  cursor: pointer;
}

.content #c-sec-cards .cards,
.content #c-sec-cards .card img {
  width: 100%;
  padding: 1em;
  height: 350px;
  object-fit: contain;
}

/*---------------------*/
#alfa-silage{
  margin-top: 8%;
  margin-bottom: 5%;
}
#alfa-silage #c-sec1 {
  overflow: hidden;
  background-image: url(../assets/alfa/1x/Artboard\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*********************************************************************/
/************************* MEDIA QUERIES ****************************/
/*******************************************************************/

@media screen and (max-width: 1285px) {
  #forage-type #f-sec1 .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  #forage-type #f-sec1 .cards-wrapper {
    grid-template-columns: 1fr;
  }

  #forage-type #f-sec1 .info {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  #forage-type #f-sec1 .cards-wrapper {
    padding: 4rem 2rem;
  }

  #forage-type #f-sec1 .card {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  #forage-type #f-sec1 .info {
    display: block;
    text-align: center;
  }

  #forage-type #f-sec1 .info h1 {
    margin: 0;
  }
}

/**********************************************************************/
/************************ FORAGE PRODUCTS ****************************/
/********************************************************************/

.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: 16px;
  line-height: 24px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}

.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;
}
/*---------------------*/

#classic #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#classic #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/corn-silage/corn_set_5\ [Converted].png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

#alfa #s-sec1 #bg-s {
  background-image: url(../assets/alfa/1x/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#alfa #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/alfa/1x/11.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.content #s-sec1 #bg-s .speed {
  height: 500px;
}

/*---------------------*/

#fit #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#fit #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/corn-silage/corn_set_5\ [Converted].png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/*---------------------*/
#speed #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#speed #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/corn-silage/Artboard\ 3.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/*---------------------*/
#pro #s-sec1 #bg-s {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#pro #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/corn-silage/corn_set_5\ [Converted].png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/*---------------------*/
#alfa #s-sec1 #bg-s {
  background-image: url(../assets/alfa/1x/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

#alfa #s-sec1 #bg-s .bg-s {
  background-image: url(../assets/alfa/1x/11.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/*********************************************************************/
/************************* MEDIA QUERIES ****************************/
/*******************************************************************/
@media (max-width: 1399.98px) {
  .content #s-sec1 {
    padding-top: 20px;
  }
}

/*
------------------------------------------------------>
*/
@media (max-width: 1199.98px) {
  #forage-type #f-sec1 {
    margin-top: 13%;
    
  }

  .content #s-sec1 {
    padding-top: 40px;
  }

  .content #s-sec1 .speed-logo {
    height: 25px;
  }

  .content #s-sec1 #bg-s .speed {
    height: 400px;
  }

 
  .content #c-sec-cards a h4 {
    font-size: 17px;
    line-height: 0px;
  }

  .content #c-sec1 a #img1 {
    width: 164px;
    display: inline-block;
    margin-right: 10px;
  }

  .content #c-sec1 #img2 {
    width: 180px;
    display: inline-block;
  }

  .content #c-sec1 .image img {
    height: 292px;
    object-fit: contain;
  }
}

/*
------------------------------------------------------>
*/
@media (max-width: 991.98px) {
  #corn #c-sec1,
  #alfa-silage #c-sec1 {
    background-size: inherit;
    background-position: left;
  }
  #forage-type #f-sec1 {
    margin-top: 15%;
    
  }

  #forage-type #f-sec1 p {
    padding: 0 10%;
  }

  #forage-type #f-sec1 .cards-wrapper {
    grid-gap: 4rem;
  }

  #forage-type #f-sec1 .card {
    font-size: 15px;
  }

  .content #s-sec1 {
    padding-top: 60px;
  }

  .content #s-sec1 .speed-logo {
    height: 20px;
  }

  .content #s-sec1 #bg-s .speed {
    height: 350px;
  }

  .content #s-sec1 .icon-BS {
    height: 66px;
  }

  .content #c-sec1 {
    padding: 18% 0;
    background-size: auto;
    background-position: top;
  }

  .content #c-sec1 p {
    font-size: 18px;
    text-align: center;
  }

  .content #s-sec1 .icon-BS {
    height: 63px;
  }
  .content #c-sec1 #text-c{
    text-align: center;
  }
  .content #c-sec1 h1{
    text-align: center;
  }
  .content #c-sec1 .image img {
    height: 379px;
    object-fit: contain;
  }
}

/*
------------------------------------------------------>
*/
@media (max-width: 767.98px) {
  #corn{
    margin-top: 20%;
  }
  #alfa-silage{
    margin-top: 20%;
  }
  #forage-type #f-sec1 {
    margin-top: 25%;
}
  .content #s-sec1 {
    padding-top: 80px;
  }

  .content #s-sec1 .speed-logo {
    height: 20px;
  }

  .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;
  }

  #corn #c-sec1,
  #alfa-silage #c-sec1 {
    background-size: inherit;
    background-position: right;
  }
  .content #c-sec1 h1{
    text-align: center;
  }
  .content #c-sec-cards a h4 {
    font-size: 19px;
    line-height: 0;
  }

  .content #c-sec1 {
    padding-bottom: 0;
  }

  .content #c-sec1 a #img1 {
    display: inline-block;
    width: 150px;
  }

  .content #c-sec1 a #img2 {
    width: 150px;
    display: inline-block;
  }

  .content #c-sec1 .image img {
    height: 276px;
    object-fit: contain;
  }

  .content #s-sec1 .icon-BS {
    height: 63px;
  }
  .content #c-sec1 #text-c{
    text-align: center;
  }
  .content #c-sec1 p {
    font-size: 18px;
    text-align: center;
    /* line-height: 24px; */
  }
}

/*
------------------------------------------------------>
*/
@media (max-width: 575.98px) {
  #corn{
    margin-top: 25%;
  }
  #alfa-silage{
    margin-top: 25%;
  }
  #forage-type #f-sec1 {
    margin-top: 45%;
}
.content #c-sec1 h1{
  text-align: center;
}
#forage-type #f-sec1 h3 {
  font-style: normal;
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  color: #005331;
}
  .content #s-sec1 #bg-s .speed {
    height: 280px;
    margin-bottom: 30px;
  }

  .content #s-sec1 {
    padding-top: 133px;
  }

  .content #s-sec1 h3 {
    font-size: 24px;
  }


  .content #c-sec1 a #img1 {
    display: inline-block;
    width: 120px;
  }

  .content #c-sec1 p {
    font-size: 16px;
    text-align: center;
  }
  .content #c-sec1 #text-c{
    text-align: center;
  }
  .content #c-sec1 a #img2 {
    width: 120px;
    text-align: center;
    display: inline-block;
  }

  .content #c-sec1 .image img {
    height: 210px;
    object-fit: contain;
  }

}