.sec-product{
  position: relative;
}
.product-list .d-flex:nth-child(n + 3){
  margin-top: 2.4rem;
}
.product-card{
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  padding: 6.4rem 6.4rem 0;
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  overflow: hidden;
}
.product-card:hover{
  border-color: #edd703;
}
.product-info {
  text-align: center;
  max-width: 35rem;
  margin: 0 auto 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-info:last-child{
  margin-bottom: 0;
}
.product-info .h4{
  margin-bottom: 1.6rem;
}
.product-info .h4:last-child{
  margin-bottom: 0;
}
.product-info p{
  font-size: 1.8rem;
  line-height: 110%;
  color: #6B6B6B;
}
.product-btn{
  margin-top: auto;
}
.product-btn .btn{
  height: 5.2rem;
  padding: 0 30px;
  font-size: 1.7rem;
}
.product-img{
  margin-top: auto;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media(min-width:1200px) and (max-width:1351.98px){
  .product-card {
    padding: 4.8rem 5.6rem 0;
  }
  .product-img {
    height: 24rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-product.mb-24{
    margin-bottom: 2rem;
  }
  .product-card {
    padding: 4rem 4rem 0;
  }
  .product-info .h4 {
    margin-bottom: 1.2rem;
  }
  .product-info {
    max-width: 33rem;
  }
  .product-info p {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .product-img {
    height: 20rem;
  }
  .product-btn .btn {
    height: 4.6rem;
    padding: 0 24px;
    font-size: 1.7rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-product.mb-24{
    margin-bottom: 2rem;
  }
  .product-list .d-flex {
    width: 50%;
  }
  .product-card {
    padding: 3.2rem 2.4rem 0;
  }
  .product-info .h4 {
    margin-bottom: 1.2rem;
  }
  .product-info p {
    font-size: 1.6rem;
  }
  .product-img {
    height: 16rem;
  }
  .product-btn .btn {
    height: 4.2rem;
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
@media(max-width:767.98px){
  .product-list .d-flex:nth-child(n + 2){
    margin-top: 0.8rem;
  }
  .product-card {
    padding: 3.2rem 3.2rem 0;
  }
  .product-info {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .product-info .h4 {
    margin-bottom: 1.2rem;
  }
  .product-info p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .product-img {
    height: 19rem;
    align-items: flex-end;
  }
  .product-img img{
    height: auto;
    object-fit: initial;
    width: auto;
  }
  .product-btn .btn {
    height: 4rem;
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
@media(max-width:575.98px){
  .product-img {
    height: 38vw;
  }
}