.pro {
  position: relative;
  overflow: hidden;
}

.pro .row {
  row-gap: .75rem;
}

@media (min-width: 768px) {
  .pro .row {
    --bs-gutter-x: .3125rem;
  }
}

.pro-box {
  max-width: 36.75rem;
}

.pro-box h3 {
  color: var(--blue);
  font-size: 2.8125rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .pro-box h3 {
    font-size: 4.375rem;
    margin-bottom: 1.5rem;
  }
}

.pro-box p {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.pro-list {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 0rem 2.5rem 4.375rem 2.5rem;
  border-radius: 3.3125rem;
  padding-top: 5rem;
  margin-top: 5rem;
}

@media (min-width: 992px) {
  .pro-list {
    padding: 4rem 2.8125rem;
    margin-top: 0;
  }
}

.pro-list-item {
  max-width: 44.375rem;
}

.pro-list-item-header h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3.75rem;
  margin-top: -8rem;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  font-family: var(--heading-font);
}

@media (min-width: 992px) {
  .pro-list-item-header h4 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: start;
    margin-bottom: 5rem;
    margin-top: 0;
  }
}

.pro-list-item-header h4 span {
  background-color: var(--yellow);
  color: var(--dark-blue);
  font-size: 5rem;
  display: block;
  line-height: 0.9;
  border-radius: 1.625rem;
  padding: .75rem 1.375rem 1.875rem 1.375rem;
  width: 100%;
  max-width: 10.375rem;
  text-align: center;
}

@media (min-width: 992px) {
  .pro-list-item-header h4 span {
    -ms-flex: 0 0 14.875rem;
        flex: 0 0 14.875rem;
    font-size: 9.375rem;
    width: 100%;
    max-width: 14.875rem;
    padding: .75rem 1.375rem 2.1875rem 1.375rem;
  }
}

@media (min-width: 992px) {
  .pro-list-item-header h4 {
    font-size: 4.375rem;
  }
}

.pro-list-item-content-text {
  font-size: 1.25rem;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  display: block;
  padding: .625rem 1.5rem;
  background-color: #4c7bc7;
  border-radius: 3.3125rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pro-list-item-content-text.active, .pro-list-item-content-text:hover {
  background-color: var(--yellow);
}

.pro-list-item-img {
  position: absolute;
  top: 22%;
  right: -1rem;
}

@media (min-width: 768px) {
  .pro-list-item-img {
    top: 2rem;
    right: 1rem;
  }
}

@media (min-width: 992px) {
  .pro-list-item-img {
    top: 1.5rem;
    right: -2rem;
  }
}

@media (min-width: 1280px) {
  .pro-list-item-img {
    top: 9.5rem;
    right: -2rem;
  }
}

.pro-list-item-img img {
  max-width: 11.25rem;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .pro-list-item-img img {
    max-width: 20.375rem;
  }
}

@media (min-width: 992px) {
  .pro-list-item-img img {
    max-width: 27.125rem;
  }
}

@media (min-width: 1280px) {
  .pro-list-item-img img {
    max-width: 33.25rem;
  }
}

.pro .container-fluid {
  --bs-gutter-x: 0;
}

.pro-slider {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  color: var(--white);
  overflow: hidden;
}

.pro-slider::before {
  content: '';
  position: absolute;
  background-color: var(--dark-blue);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: 1;
}

.pro-slider .swiper-slide {
  overflow: hidden;
}

.pro-slider-box h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1.5rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  font-family: var(--heading-font);
}

.pro-slider-box h4 span {
  background-color: var(--yellow);
  color: var(--dark-blue);
  font-size: 6.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 0.9;
  border-radius: 1.625rem;
  padding: 2rem 1.5rem 4rem 2rem;
  width: 100%;
  max-width: 8.125rem;
  text-align: center;
  line-height: 0.75;
}

.pro-slider img {
  margin-top: -2.5rem;
  transform: scale(1.3);
}

.pro-slider-pagination {
  position: absolute;
  z-index: 2;
  text-align: end;
  bottom: 2.5rem !important;
  text-align: center;
}

.pro-slider-pagination .swiper-pagination-bullet {
  background: var(--yellow);
  width: 1.375rem;
  height: .5625rem;
  border: 1px solid var(--white);
  border-radius: .4688rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.pro-slider-pagination .swiper-pagination-bullet:hover {
  background: #c1ddff;
}

.pro-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.125rem;
  background: #c1ddff;
}
