.sec-card.bg-pattern{
  background:url(../images/pattern-11.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.card{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 2.4rem;
}
.card:has(> .card-text:first-child){
  justify-content: space-between;
}
a.card:hover{
  border-color: var(--light-black);
}
.card-text:last-child,
.card-img:last-child{
  margin-bottom: 0;
}
.card-text p{
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.14px;
  color: var(--light-black);
}
.card-img{
  overflow: hidden;
  border-radius: 1.6rem;
}
.card-img img{
  width: 100%;
  height: 33.2rem;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.card:hover .card-img img{
  transform: scale(1.05);
}
@media(min-width:1360px) and (max-width:1459.98px){
  .card-img img {
    height: 27.5rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .card-img img {
    height: 24.5rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .card {
    padding: 2rem;
  }
  .sec-card .title br{
    display: none;
  }
  .card-img img {
    height: 20rem;
  }
  .card-text br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-card .title{
    display: block !important;
  }
  .sec-card .title br{
    display: none;
  }
  .title-btn {
    margin-top: 2rem;
  }
  .sec-card .bs-y-24 .d-flex{
    width: 50%;
  }
  .card {
    border-radius: 2rem;
    padding: 2rem;
  }
  .card-img img {
    height: 22.3rem;
  }
  .card-text br{
    display: none;
  }
}
@media(max-width:767.98px){
  .sec-card .title{
    display: block !important;
  }
  .sec-card .title br{
    display: none;
  }
  .title-btn {
    margin-top: 2rem;
  }
  .card {
    border-radius: 2.4rem;
  }
  .card-img img {
    height: 36.7rem;
  }
  .card-text br{
    display: none;
  }
}
@media(max-width:575.98px){
  .card-img img {
    height: 57.3vw;
  }
}