.meet-curi-section {
  padding: 110px 0 96px 0;
}

.meet-curi-section .section-title h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #222e50;
  margin-bottom: 16px;
}

.meet-curi-section .section-title h2 span {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: #5d8aa8;
  font-size: 64px;
}

.meet-curi-section .section-title h2 span sup{
  font-size: 12px !important;
  font-weight: 400;
  vertical-align: top !important;
  top: 0;
}

.meet-curi-section .section-title p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgba(108, 114, 130, 1);
  margin-bottom: 48px;
}

.meet-curi-section .meet-curi-item-wrap {
  margin-bottom: 40px;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item {
  margin-bottom: 48px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item:last-child {
  margin-bottom: 40px;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item img {
  margin: 0;
  max-width: 40px;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #222e50;
  margin-bottom: 10px;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item h3 span {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: rgba(93, 138, 168, 1);
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item h3 span sup {
  font-weight: 400;
  font-size: 8px !important;
  vertical-align: top !important;
}

.meet-curi-section .meet-curi-item-wrap .meet-curi-item p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(108, 114, 130, 1);
  margin-bottom: 0;
  max-width: 650px;
}

.meet-curi-img-wrap img {
  width: 250px;
}

.meet-curi-section .cta-btn {
  display: inline-block;
  background: #ee665c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 99px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.meet-curi-section .cta-btn:hover {
  background: rgba(191, 81, 69, 1);
  border-color: rgba(191, 81, 69, 1);
}

.meet-curi-section .cta-btn:active {
  background: rgba(237, 106, 90, 1);
  border-color: rgba(191, 81, 69, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .meet-curi-section {
    padding: 50px 0 40px 0;
  }

  .meet-curi-section .section-title h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .meet-curi-section .section-title h2 span {
    font-size: 30px;
  }

  .meet-curi-section .section-title p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item img {
    max-width: 48px;
    margin: 0 0 8px 0;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item p {
    font-size: 16px;
    line-height: 22px;
  }

  .meet-curi-section .cta-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 24px;
  }

  .meet-curi-img-wrap video {
    height: 564px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .meet-curi-section {
    padding: 36px 0;
  }

  .meet-curi-section .section-title h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .meet-curi-section .section-title h2 span {
    font-size: 40px;
  }

  .meet-curi-section .section-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .row-reverse {
    flex-direction: column-reverse;
  }

  .meet-curi-section .meet-curi-item-wrap {
    padding: 0 32px;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item {
    gap: 0;
    flex-direction: column;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item img {
    margin: 0 0 16px 0;
    width: 32px;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .meet-curi-section .meet-curi-item-wrap .meet-curi-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .meet-curi-section .cta-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    font-weight: 500;
    margin: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .meet-curi-img-wrap {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }

  .meet-curi-img-wrap img {
    max-width: 85%;
  }

  .meet-curi-img-wrap video {
    height: 564px;
    max-width: 100%;
  }
}
