.ldf-registration-boxes .ldf-heading h3 {
  color: var(--dark);
}
.ldf-registration-boxes-wrapper {
  margin: 63px 220px 0 160px;
}
.ldf-registration-boxes-wrapper .single-registration-box {
  display: flex;
  gap: 120px;
  margin-bottom: 76px;
}
.ldf-registration-boxes-wrapper .single-registration-box .image-part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldf-registration-boxes-wrapper .single-registration-box .image-part img {
  width: 343px;
}
.ldf-registration-boxes-wrapper .single-registration-box .content-part-title {
  border-bottom: 2px solid var(--dark);
  width: 100%;
}
.ldf-registration-boxes-wrapper .single-registration-box .content-part-title p {
  font-size: 30px;
  letter-spacing: 6px;
  color: var(--dark);
  padding-bottom: 18px;
}
.ldf-registration-boxes-wrapper .single-registration-box .content-part-text p {
  letter-spacing: 2px;
  font-size: 18px;
  color: var(--light-dark);
  text-align: justify;
  padding-top: 18px;
}
.ldf-registration-boxes-wrapper .single-registration-box .content-part-buttons {
  display: flex;
  margin-top: 34px;
  gap: 53px;
}
.ldf-registration-boxes-wrapper .single-registration-box .content-part-buttons .ldf-button {
  width: fit-content;
}

@media only screen and (max-width: 992px) {
  .ldf-registration-boxes-wrapper {
    margin: 63px var(--left-space);
  }
  .ldf-registration-boxes-wrapper .single-registration-box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .ldf-registration-boxes-wrapper .single-registration-box .content-part-buttons {
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 576px) {
  .ldf-registration-boxes-wrapper .single-registration-box .content-part-buttons {
    display: block;
    margin: 20px auto;
  }
  .ldf-registration-boxes-wrapper .single-registration-box .content-part-buttons .ldf-button {
    margin: 10px 0;
    line-height: initial;
  }
}

/*# sourceMappingURL=registration-boxes.css.map */
