#dr-reserches {
  margin-top: 5%;
  margin-bottom: 5%;
  background: url('../assets/whoWeAre/white-abstract-background_23-2148806276dd.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#dr-reserches #section {
  display: flex;
  justify-content: center;
  align-items: center;
}

#dr-reserches #section .row {
  align-items: center;  
}

#dr-reserches #section #layer {
  background-image: url(../assets/corn-silage/New/Asset\ 4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  text-align: center;
}

#dr-reserches #section #layer .layer-s {
  height: 480px;
  object-fit: contain;
  border: transparent;
  margin: 30px 0;
  border-radius: 25px;
}

#dr-reserches #section h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  line-height: 25px;
  font-style: normal;
  color: #005331;
  padding-top: 100px;
}

#dr-reserches #section h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  padding-bottom: 10px;
  font-style: normal;
}

#dr-reserches #section li h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 22px;
  font-style: normal;
}

#dr-reserches #section li a {
  background-color: #005331;
  padding: 6px 20px;
  color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  #dr-reserches #section #layer .layer-s {
    height: 460px;
    object-fit: contain;
    border: transparent;
    border-radius: 25px;
  }
}

/*
    ------------------------------------------------------>
    */
@media (max-width: 1199.98px) {
  #dr-reserches #section #layer .layer-s {
    height: 423px;
    object-fit: contain;
    border: transparent;
    border-radius: 25px;
  }

  #dr-reserches #section {
    margin-top: 10%;
  }

  #dr-reserches #section h1 {
    font-size: 20px;
  }

  #dr-reserches #section h3 {
    font-size: 18px;
  }
}

/*
    ------------------------------------------------------>
    */
@media (max-width: 991.98px) {
  #dr-reserches #section #layer .layer-s {
    height: 312px;
    object-fit: contain;
    border: transparent;
    border-radius: 25px;
  }

  #dr-reserches #section {
    margin-top: 10%;
  }

  #dr-reserches #section h1 {
    font-size: 20px;
  }
}

/*
    ------------------------------------------------------>
    */
@media (max-width: 767.98px) {
  #dr-reserches #section #layer .layer-s {
    height: 274px;
    object-fit: contain;
    border: transparent;
    border-radius: 25px;
  }
  #dr-reserches #section {
    margin-top: 10%;
    padding-top: 50px;
  }
}

/*
    ------------------------------------------------------>
    */
@media (max-width: 575.98px) {
  #dr-reserches #section {
    margin-top: 10%;
    padding-top: 50px;
  }
}