.supportSection {
  padding: 45px 0;
}

.supportSection__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.supportSection__leftPanel {
  width: calc(50% - 15px);
}

.supportSection__title {
  font-weight: 600;
  margin: 0;
}

.supportSection__rightPanel {
  width: calc(50% - 15px);
  padding-top: 5px;
}

.supportSection__text {
  max-width: 540px;
  margin-bottom: 30px;
}

.supportSection__text p,
.supportSection__text li,
.supportSection__text a {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}

.supportSection__button {
  margin-top: 0;
}

.supportSection__link {
  margin-top: 0;
}

/* Text color variants */
.supportSection--text-dark .supportSection__title,
.supportSection--text-dark .supportSection__text {
  color: #000;
}

.supportSection--text-light .supportSection__title,
.supportSection--text-light .supportSection__text {
  color: #fff;
}

/* Padding variants */
.supportSection--padding-top-small {
  padding-top: 15px;
}

.supportSection--padding-top-medium {
  padding-top: 30px;
}

.supportSection--padding-top-large {
  padding-top: 45px;
}

.supportSection--padding-top-none {
  padding-top: 0;
}

.supportSection--padding-bottom-small {
  padding-bottom: 15px;
}

.supportSection--padding-bottom-medium {
  padding-bottom: 30px;
}

.supportSection--padding-bottom-large {
  padding-bottom: 45px;
}

.supportSection--padding-bottom-none {
  padding-bottom: 0;
}

/* Bottom spacing variants */
.supportSection--bottom-small {
  margin-bottom: 15px;
}

.supportSection--bottom-medium {
  margin-bottom: 30px;
}

.supportSection--bottom-large {
  margin-bottom: 45px;
}

.supportSection--bottom-xlarge {
  margin-bottom: 75px;
}

.supportSection--bottom-none {
  margin-bottom: 0;
}

/*--------------------------------------------*/

/* max-width: 767px */
@media (max-width: 767px) {
  .supportSection {
    padding: 25px 0;
  }

  .supportSection__leftPanel {
    width: 100%;
    margin-bottom: 15px;
  }

  .supportSection__rightPanel {
    width: 100%;
    padding-top: 0;
  }

  .supportSection__text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .supportSection__text p,
  .supportSection__text li,
  .supportSection__text a {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
  }

  /* Padding variants for mobile */
  .supportSection--padding-top-small {
    padding-top: 10px;
  }

  .supportSection--padding-top-medium {
    padding-top: 20px;
  }

  .supportSection--padding-top-large {
    padding-top: 25px;
  }

  .supportSection--padding-bottom-small {
    padding-bottom: 10px;
  }

  .supportSection--padding-bottom-medium {
    padding-bottom: 20px;
  }

  .supportSection--padding-bottom-large {
    padding-bottom: 25px;
  }

  /* Bottom spacing variants for mobile */
  .supportSection--bottom-small {
    margin-bottom: 10px;
  }

  .supportSection--bottom-medium {
    margin-bottom: 20px;
  }

  .supportSection--bottom-large {
    margin-bottom: 25px;
  }

  .supportSection--bottom-xlarge {
    margin-bottom: 40px;
  }
}
