.sud-usp-banner .usp-banner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sud-usp-banner .usp-banner-section.loading {
  height: 315px;
}
@media only screen and (max-width: 991.98px) {
  .sud-usp-banner .usp-banner-section.loading {
    height: 546px;
  }
}
@media only screen and (max-width: 769.98px) {
  .sud-usp-banner .usp-banner-section.loading {
    height: 563px;
  }
}
.sud-usp-banner .usp-banner-section .page-width .desktop {
  display: none;
}
@media only screen and (min-width: 770px) {
  .sud-usp-banner .usp-banner-section .page-width .desktop {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .sud-usp-banner .usp-banner-section .page-width .desktop {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .sud-usp-banner .usp-banner-section .page-width .desktop {
    gap: 35px;
  }
}
.sud-usp-banner .usp-banner-section .page-width .mobile {
  display: none;
}
@media only screen and (max-width: 769.98px) {
  .sud-usp-banner .usp-banner-section .page-width .mobile {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }
}
.sud-usp-banner .usp-banner-section .page-width .mobile .usp-card {
  margin-bottom: 20px;
}
.sud-usp-banner .usp-banner-section .page-width .swiper .swiper-slide {
  width: 50% !important;
}
@media only screen and (max-width: 769.98px) {
  .sud-usp-banner .usp-banner-section .page-width .swiper .swiper-slide {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1399.98px) {
  .sud-usp-banner .usp-banner-section .page-width .swiper .swiper-slide {
    width: 33.3% !important;
  }
}
.sud-usp-banner .usp-banner-section .page-width .usp-card {
  flex-basis: 100%;
}
@media only screen and (min-width: 390px) {
  .sud-usp-banner .usp-banner-section .page-width .usp-card {
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .sud-usp-banner .usp-banner-section .page-width .usp-card {
    flex-basis: 30%;
  }
  .sud-usp-banner .usp-banner-section .page-width .usp-card:nth-child(4n), .sud-usp-banner .usp-banner-section .page-width .usp-card:nth-child(3n) {
    padding-top: 0;
  }
}
.sud-usp-banner .usp-banner-section .page-width .usp-card .icon {
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .sud-usp-banner .usp-banner-section .page-width .usp-card .icon {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 70px;
  }
}
.sud-usp-banner .usp-banner-section .page-width .usp-card .title {
  margin: 15px 0px 12px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 575.98px) {
  .sud-usp-banner .usp-banner-section .page-width .usp-card .title {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px;
  }
}
.sud-usp-banner .usp-banner-section .page-width .usp-card .body {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  text-align: center;
}
