.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;
}

.support-section-2 .custom-card {
  border: none;
}

.support-section-2 .card-form {
  background: #E2E2E2;
  border-radius: 25px;
}

.support-section-2 .custom-card-body {
  padding: 0;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f8f9fa;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd !important;
}

.accordion-button {
  background: transparent;
  font-weight: 600;
  color: #212529;
  box-shadow: none !important;
  border: none;
  padding: 16px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #212529;
  box-shadow: none;
}

.accordion-body {
  padding: 16px;
  background: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-button::after {
  filter: invert(0.5);
}

@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;
  }
}