.know-curi-section {
  background-image: url("../images/know-curi/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0;
  overflow: hidden;
}

.know-curi-section .section-title {
  margin-bottom: 56px;
}

.know-curi-section .section-title h2 {
  color: #012d4b;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 0;
}

.know-curi-section .section-title h2 span {
  font-size: 64px;
  color: #5d8aa8;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}

.know-curi-section .section-title h2 span sup{
  font-size: 12px;
  font-weight: 400;
  vertical-align: top !important;
  top: 0;
}

.know-curi-section ul.items {
  margin: 0 0 40px 0;
  padding: 0;
}

.know-curi-section ul.items li {
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.know-curi-section ul.items li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 8px;
  cursor: pointer;
}

.know-curi-section ul.items li:last-child {
  margin-bottom: 0;
}

.know-curi-section ul.items li span {
  color: #222e50;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.know-curi-section .cta-btn {
  background: #222e50;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid 222e50;
}

.know-curi-section .cta-btn:hover {
  background: rgba(23, 31, 54, 1);
  border-color: rgba(23, 31, 54, 1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.know-curi-section .cta-btn:active {
  color: #fff;
  background: rgba(23, 31, 54, 1);
  border-color: rgba(23, 31, 54, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .know-curi-section {
    padding: 43px 0;
  }

  .know-curi-section .section-title h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .know-curi-section .section-title h2 span{
    font-size: 30px;
    line-height: 38px;
  }

  .know-curi-section ul.items li {
    margin-bottom: 20px;
  }

  .know-curi-section ul.items li svg {
    margin-top: 2px;
  }

  .know-curi-section ul.items li span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .know-curi-section {
    padding: 36px 0;
    background-image: url("../images/know-curi/bg-mobile.png");
    background-position: 100% 120%;
    background-size: contain;
  }

  .know-curi-section .section-title {
    margin-bottom: 24px;
  }

  .know-curi-section .section-title h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .know-curi-section .section-title h2 span {
    font-size: 40px;
  }

  .know-curi-section .section-title h2 span sup{
    vertical-align: top !important;
  }

  .know-curi-section ul.items {
    margin: 0 0 24px 0;
  }

  .know-curi-section ul.items li {
    margin-bottom: 32px;
  }

  .know-curi-section ul.items li svg {
    margin-top: 2px;
  }

  .know-curi-section ul.items li span {
    font-size: 16px;
    line-height: 24px;
  }

  .know-curi-section .cta-wrap {
    display: flex;
    justify-content: center;
  }

  .know-curi-section .cta-btn {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .know-curi-section .img-wrap {
    margin-top: 32px;
  }
}
