h1 h2 {
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 900;
}

p {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  font-size: 16px;
}

ol {
  padding-left: 16px;
}

li {
  margin-top: 16px;
  color: #404448;
  font-size: 16px;
}

section {
  margin: unset;
  padding: unset;
  margin-top: 30px;
}

.section-top {
  margin-top: 80px;
}

.d-flex {
  display: flex;
}

.p-relative {
  position: relative;
}

.jc-center {
  justify-content: center;
}

.ai-center {
  align-items: center;
}

.ta-center {
  text-align: center;
}

.w-50 {
  width: 50%;
}

.bg-blue {
  background-color: #eff9fe;
}

.banner-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.banner-header-title h1 {
  font-size: 48px;
}

.section-banner img {
  width: 100%;
  height: auto;
}

.cta-container {
  margin: 48px 0;
}

.btn-cta {
  text-decoration: none;
  outline: none;
  padding: 0.2em 3em;
  background-color: #41b9e5;
  color: #ffffff;
  border-radius: 25px;
  font-size: 30px;
  border: none;
}

.btn-cta:hover {
  color: #ffffff;
}

/* portrain phone  */
@media (max-width: 768px) {
  section {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .btn-cta {
    font-size: 20px;
  }

  section {
    margin: unset;
    padding: unset;
  }
}

/* tablet  */
@media (max-width: 992px) {
  .section-top {
    margin-top: 40px;
  }

  .banner-header-title h1 {
    font-size: 24px;
  }
}
