.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  /* or 110% */
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 25px;
  /* or 150% */
  letter-spacing: -0.001em;
}

.subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

.about-section-2 .card {
  background: #f8f9fa;
}

.about-section-2 .text-container {
  padding: 20px;
  background: #DFE7F4;
  border-radius: 25px;
}

.about-section-2 .text-container .title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

.about-section-3 {
  background: #1A678D;
}

.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 1rem 0;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

.custom-accordion .accordion-body {
  color: #fff;
  padding: 0 0 1rem 0;
  font-size: 0.95rem;
}

.custom-accordion .accordion-button::after {
  content: "+";
  background-image: unset;
  font-size: 1.2rem;
  color: #fff;
  transform: none !important;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
  background-image: unset;
}

.about-section-5 .custom-card {
  background: #1A678D;
  border-radius: 25px;
  padding: 20px;
}

.about-section-5 .custom-card .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

.about-section-5 .custom-card .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 150% */
  letter-spacing: -0.001em;
}

.about-section-5 .custom-card-2 {
  background: #5B91CC;
  border-radius: 25px;
  padding: 20px;
}

.about-section-5 .custom-card-2 .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .description {
    font-size: 15px;
    line-height: 20px;
  }

  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .about-section-5 .custom-card .card-title {
    font-size: 20px;
    line-height: 25px;
  }

  .about-section-5 .custom-card .card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .about-section-5 .custom-card-2 .card-title {
    font-size: 25px;
    line-height: 30px;
  }
}
