.other-requirements {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf2f2;
  min-height: 93px;
  height: 100%;
  padding: 0;
}

.other-requirements h3 {
  font-size: 32px;
  font-weight: 700;
}

.other-requirements .container > .row:nth-child(1) {
  border-bottom: 12px dotted #d10000;
}

.other-requirements__row {
  display: flex;
}

p.other-requirements__details {
  font-size: 20px;
}

.other-requirements__button {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.other-requirements .other-requirements__container {
  padding-top: 40px !important;
}

@media (max-width: 992px) {
  .other-requirements__title {
    font-size: 21px;
  }

  .other-requirements .other-requirements__container {
    padding-top: 20px !important;
  }

  .other-requirements .other-requirements__row.mt-40.mb-40 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .other-requirements__description {
    font-size: 17px;
  }

  .other-requirements__heading {
    font-size: 21px;
  }

  p.other-requirements__details {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .other-requirements__button {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .other-requirements__button {
    min-width: 100%;
  }

  .other-requirements h3 {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  p.other-requirements__description {
    font-size: 14px !important;
  }

  p.other-requirements__details {
    font-size: 14px !important;
  }
}
