.section-1 {
  background: linear-gradient(180deg, #C8E8FF 0%, #EBF9FF 100%);
}

.section-1-2 {
  background-color: #EBF9FF;
  padding: 10px 0;
}

.section-1-2-1 {
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  background-color: white;
}

.section-1-2 .sub-section-1 {
  background: #B2D4F3;
  padding: 20px;
  border-radius: 10px;
}

.section-1-2 .sub-section-2 {
  padding: 20px;
}

.btn-2 {
  padding: 5px 16px;
}

.section-1-2 .sub-section-1 .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2F4050;
}

.section-1-2 .sub-section-2 .text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
}

.section-2 {
  padding: 10px 0;
}

.section-2 .item {
  border: 1px solid #D6E2EB;
  background: #EBF4F8;
  border-radius: 10px;
  cursor: pointer;
}

.section-2 .item.active {
  border: 2px solid #5CBDFF;
  background: #FFFFFF;
  border-left: 5px solid #5CBDFF;
}

.section-2 .item .title {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2%;
  color: #2F4050;
}

.section-2 .item .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1F;
}

.section-2 .old-way .title,
.section-2 .new-way .title {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2%;
  text-align: center;
}

.section-2 .old-way .header,
.section-2 .new-way .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2%;
  text-align: center;
}

.section-2 .old-way,
.section-2 .new-way {
  padding: 20px 40px;
}

.section-2 .old-way .descr,
.section-2 .new-way .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.section-2 .new-way {
  border-left: 1px solid #CBE0FF;
}

.section-2 .comparison-view {
  border-top: 1px solid #CBE0FF;
  margin-top: 30px;
  padding-bottom: 30px;
}


.section-2.customBg {
  background: linear-gradient(180deg, #EBF9FF 0%, #C8E8FF 100%);
  padding-top: 20px;
}

.section-2 .header .first-char {
  color: #5CBDFF;
}

.section-3 {
  background: #F2FAFE;
  padding: 20px 0;
}

.section-3 .card {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
}

.section-3 .items-list {
  border: 1px solid #D6E2EB;
}

.section-3 .item {
  padding: 10px;
}

.section-3 .item:not(:last-child) {
  border-bottom: 1px solid #D6E2EB;
}

.section-3 .item .header {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

.section-3 .item .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2%;
}

.section-4 {
  background: #CBEAFF;
  padding: 20px 0;
}

.section-4 .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #4A4A4A;
}

.section-4 .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.section-4 .outer-container {
  border: 1px solid #FFFFFF;
  background: #FFFFFF66;
  padding: 20px;
  border-radius: 20px;
}

.section-4 .inner-container {
  border-radius: 20px;
}

.section-4 .item {
  padding: 20px 40px;
  gap: 20px;
}

.section-4 .item .title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #396CAA;
  text-align: left;
}

.section-4 .item .header {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}

.section-4 .item .descr {
  text-align: left;
}

.section-4 .action-btn {
  background: #F4FAFF;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2%;
  color: #5CBDFF;
  width: fit-content;
  padding: 5px;
  gap: 5px;
  border-radius: 6px;
}

.section-4 .bgWhite {
  background-color: white;
}

.section-4 .customBg {
  background: radial-gradient(74.17% 388.2% at 101.56% 100%, #F0EBF8 3.49%, #EBF4F8 44.48%, #EBF9FF 100%);
}

.section-5 {
  background: #3071A9;
}

.section-5 .header {
  color: white;
}

.section-5 .item {
  background: #2C5D8B;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
}

.section-5 .item .title {
  color: white;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2%;
  text-transform: capitalize;
}

.section-5 .item .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: white;
}

.section-6 .title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #396CAA;
}

.section-6 .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #3E4C58;
}

.section-6 .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #4A4A4A;
}


.button-container {
  flex-grow: 1;
}

@media only screen and (max-width: 480px) {
  .section-1 {
    padding-top: 20px;
  }

  .section-1 .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
  }

  .section-1 .header {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.2%;
    text-align: center;
  }

  .section-1 .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2%;
    text-align: center;
  }

  .section-2 .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
  }

  .section-2 .header {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
  }

  .section-2 .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .section-2 .item {
    gap: 3px;
  }

  .section-2 .item .title {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2%;
    text-align: left;
  }

  .section-2 .item .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: left;
  }

  .section-3 .header,
  .section-4 .header,
  .section-5 .header {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .section-3 .descr,
  .section-4 .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .section-3 .item .header,
  .section-3 .item .descr {
    text-align: left;
  }

  .section-4 .item .header,
  .section-4 .item .descr,
  .section-4 .item .title {
    text-align: center;
  }

  .section-4 .details {
    align-items: center;
  }

  .section-5 .item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2%;
    text-transform: capitalize;
  }

  .section-5 .item .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
  }

  .section-6 .title {
    text-align: center;
  }

  .section-6 .header {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: capitalize;
  }

  .section-6 .descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .button-container {
    flex-grow: unset;
  }
}