.whats-new-wrap {
  padding: 50px 0 110px;
}
@media (max-width: 1599.98px) {
  .whats-new-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .whats-new-wrap {
    padding: 10px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .whats-new-wrap {
    padding: 0px 0 40px;
  }
}

.whats-new-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  padding: 50px 0;
  align-items: center;
}
@media (max-width: 767.98px) {
  .whats-new-card {
    padding: 40px 0;
  }
}
.whats-new-card .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .whats-new-card .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.whats-new-card .right .img-box {
  display: block;
  width: 100%;
  margin-left: auto;
  height: 250px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.whats-new-card .right .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.whats-new-card .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .whats-new-card .right .img-box{
      height: 200px;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 35px;
  }
}
.whats-new-card .left p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #1c1c1c;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .whats-new-card .left p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left p {
    font-size: 14px;
  }
}
.whats-new-card .left p::after {
  position: absolute;
  content: "";
  background: #000000;
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.whats-new-card .left h3:hover:after {
  width: 100%;
}
.whats-new-card .left h3 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #1c1c1c;
}
.whats-new-card .left a:hover h3{
   color: #B11116;
}
@media (max-width: 991.98px) {
  .whats-new-card .left h3 {
    font-size: 18px;
  }
}
.whats-new-card .left span {
  margin-bottom: 30px;
  font-size: 14px;
  color: #a3a3a3;
  display: block;
}
@media (max-width: 767.98px) {
  .whats-new-card .left span {
    margin-bottom: 0px;
  }
}
.whats-new-card:hover .right .img-box {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
