.request-roadmap {
  position: relative;
  padding: var(--section-padding-v) 0 var(--section-padding-2v);
}

.request-roadmap__container {
  display: flex;
}

.request-roadmap__title {
  font-size: 36px;
  font-weight: 600;
  color: #0a1f2f;
  margin-bottom: 20px;
}

.request-roadmap__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #0a1f2f;
  margin-bottom: 40px;
  text-align: center;
}

.request-roadmap__embed {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.roadmap__bottom-text {
  font-size: 16px;
  font-weight: 400;
  color: #0a1f2f;
  text-align: center;
}

@media (max-width: 999px) {
  .request-roadmap__title {
    font-size: 30px;
  }
}

@media (max-width: 759px) {
  .request-roadmap__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .request-roadmap__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .request-roadmap__embed {
    margin-bottom: 15px;
  }

  .roadmap__bottom-text {
    font-size: 14px;
  }
}

@media (max-width: 500px) {

}