.sp-footer-whats-new {
    background: #ffffff;
    padding:20px  60px 60px;
    text-align: center;
    border: 2px solid #5a0a32;
}
.sp-footer-whats-new h2 span {
  color: #7a1c3d;
}
.sp-footer-whats-new h2 {
    font-family: 'Aeonik-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}
.sp-footer-card p {
    margin-top: 15px;
    color: #333;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.sp-footer-container {
  max-width: 1200px;
  margin: auto;
}

.sp-footer-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.sp-footer-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.sp-footer-card{
      width: 235px;
}
.sp-footer-img .sp-footer-main-img{
  width: 230px;
  /*height: 230px;*/
  /*object-fit: cover;*/
}

.sp-footer-arrow-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /* height: 70px; */
}

.sp-footer-arrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 41px;
}

@media (max-width: 992px) {
  .sp-footer-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sp-footer-cards {
    grid-template-columns: 1fr;
  }
    .sp-footer-whats-new h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .sp-footer-card{
          width: 100%;
    }
    .sp-footer-img .sp-footer-main-img{
      width: 100%;
      /*height: 230px;*/
      /*object-fit: cover;*/
    }
    .sp-footer-card p  {
        font-size: 18px;
        line-height: 22px;
    }
    .sp-footer-whats-new{
            width: 85%;
    margin: auto;
    padding: 30px;
    }
}
