.sec-cta + .sec-card-v3{
  background: var(--secondary);
}
.blog-card.hide{
  display: none !important;
}
.bs-y-48{
  --bs-gutter-y: 4.8rem;
}
.card-v3{
  display: block;
}
.card-v3-img{
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.card-v3-img > img{
  width: 100%;
  height: 31rem;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-v3:hover .card-v3-img > img{
  transform: scale(1.05);
}
.card-v3-img .badge{
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.card-v3-text .fw-16{
  max-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-v3:hover .card-v3-text .fw-16{
  text-decoration: underline;
}
.card-v3-text p{
  max-height: 4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--light-black);
  margin-bottom: 1.6rem;
}
.card-v3-arrow{
  margin-left: auto;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .card-v3-img > img {
    height: 27.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .card-v3-img > img {
    height: 24.4rem;
  }
  .bs-y-48 {
    --bs-gutter-y: 4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .card-v3-img > img {
    height: 19.7rem;
  }
  .bs-y-48 {
    --bs-gutter-y: 4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-card-v3 .title{
    display: block;
  }
  .sec-card-v3 .title br{
    display: none;
  }
  .card-v3-img > img {
    height: 22.3rem;
  }
  .bs-y-48 {
    --bs-gutter-y: 3.2rem;
  }
}
@media(max-width:767.98px){
  .sec-card-v3 .title{
    display: block;
  }
  .sec-card-v3 .title br{
    display: none;
  }
  .bs-y-48 {
    --bs-gutter-y: 2.4rem;
  }
}
@media(max-width:575.98px){
  .card-v3-img > img {
    height: 63.4vw;
  }
}