.details-card-wrapper .left-cards-wrapper {
  float: left;
  padding-right: 50px;
  width: calc(100% - 505px);
}

.details-card-wrapper .left-cards-wrapper .cards-wrapper {
  display: inline-block;
  margin-bottom: 60px;
}

.details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item {
  float: left;
  width: 47.5%;
}

.details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item:first-of-type {
  margin-right: 2.5%;
}

.details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item:last-of-type {
  margin-left: 2.5%;
}

.details-card-wrapper .card-item .home-content-header {
  color: #262626;
  font-family: 'Playfair Display';
  font-size: 29px;
  line-height: 32px;
}

.details-card-wrapper .card-item .yellow-line {
  background-color: #DDC514;
  display: inline-block;
  height: 2px;
  margin: 17px 0;
  margin-bottom: 9px;
  width: 83px;
}

.details-card-wrapper .card-item .third-home-p {
  margin-bottom: 10px;
  min-height: 48px;
}

.details-card-wrapper .card-item .learn-more {
  color: #004415;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 24px;
}

.details-card-wrapper .card-item .learn-more img {
  display: inline-block;
  padding-left: 7px;
  height: 11px;
  width: 8px;
  box-sizing: content-box;
}

.details-card-wrapper .card-item .learn-more:hover img {
  animation: bounce 2s;
}

.details-card-wrapper .right-cards-wrapper {
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid #E2E2E2;
  float: left;
  margin-top: -155px;
  padding: 66px;
  width: 500px;
}

.details-card-wrapper .right-cards-wrapper .card-item {
  margin-bottom: 70px;
}

.details-card-wrapper .right-cards-wrapper .card-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width:1800px) {
  .details-card-wrapper .card-item .third-home-p {
    min-height: 72px;
  }
}

@media (max-width:1600px) {
  .details-card-wrapper .left-cards-wrapper {
    float: left;
    padding-right: 50px;
    width: calc(100% - 417px);
  }

  .details-card-wrapper .right-cards-wrapper {
    margin-top: -110px;
    padding: 50px;
    width: 412px;
  }

}

@media (max-width:1300px) {
  .details-card-wrapper .left-cards-wrapper {
    width: calc(100% - 380px);
  }

  .details-card-wrapper .right-cards-wrapper {
    padding: 35px;
    width: 375px;
  }

}

@media (max-width:1200px) {
  .details-card-wrapper .left-cards-wrapper {
    padding-right: 0px;
    width: 66.66%;
  }

  .details-card-wrapper .left-cards-wrapper .cards-wrapper {
    display: inline-block;
    margin-bottom: 0px;
  }

  .details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item {
    margin-bottom: 60px;
    width: 45%;
  }

  .details-card-wrapper .right-cards-wrapper {
    background-color: initial;
    border-radius: 0px;
    border: none;
    float: left;
    margin-top: 0px;
    padding: 0px;
    width: 33.33%;
  }

  .details-card-wrapper .right-cards-wrapper .card-item {
    float: left;
    margin-bottom: 60px;
    margin-left: 2.5%;
    width: 100%;
  }

}

@media (max-width:1100px) {
  .details-card-wrapper .left-cards-wrapper {
    width: 100%;
  }

  .details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item {
    width: 47.5%;
  }

  .details-card-wrapper .right-cards-wrapper {
    border: 1px solid #E2E2E2;
    border-radius: 23px;
    padding: 50px 25px;
    -webkit-box-shadow: 0px 0px 20px -4px rgb(92 92 92);
    -moz-box-shadow: 0px 0px 20px -4px rgba(92,92,92,1);
    box-shadow: 0px 0px 20px -4px rgb(92 92 92);
    margin-bottom: 70px;
    width: 100%;
  }

  .details-card-wrapper .right-cards-wrapper .card-item {
    margin-bottom: 0px;
    margin-left: 0%;
    width: 47.5%;
  }

  .details-card-wrapper .right-cards-wrapper .card-item:first-of-type {
    margin-right: 2.5%;
  }
  
  .details-card-wrapper .right-cards-wrapper .card-item:last-of-type {
    margin-left: 2.5%;
  }

}

@media (max-width:800px) {
  .details-card-wrapper .card-item .home-content-header {
    font-size: 24px;
    line-height: 22px;
  }

  .details-card-wrapper .card-item .yellow-line {
    margin-bottom:5px;
  }

  .details-card-wrapper .right-cards-wrapper {
    padding: 30px 25px;
  }

}

@media (max-width:750px) {
  .details-card-wrapper .card-item .third-home-p {
    min-height: 96px;
  }
}

@media (max-width:600px) {
  .details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item {
    margin-right: 0% !important;
    margin-left: 0% !important;
    width: 100%;
  }

  .details-card-wrapper .card-item .third-home-p {
    min-height: unset;
  }

  .details-card-wrapper .right-cards-wrapper .card-item {
    margin-bottom: 0px;
    margin-right: 0% !important;
    margin-left: 0% !important;
    width: 100%;
  }

  .details-card-wrapper .right-cards-wrapper .card-item:first-of-type {
    margin-bottom: 30px;
  }

}

@media (max-width:500px) {
  .details-card-wrapper .left-cards-wrapper .cards-wrapper .card-item {
    margin-bottom: 40px;
  }

  .details-card-wrapper .right-cards-wrapper {
    margin-bottom: 50px;
  }  

  .details-card-wrapper .right-cards-wrapper .card-item:first-of-type {
    margin-bottom: 40px;
  }


}



















