.text .title {
  padding-top: 9rem;
  margin-bottom: 5rem;
}
.text ol,
.text ul {
  margin-bottom: 2.7rem;
}
.text ol ol,
.text ul ol,
.text ol ul,
.text ul ul {
  margin-bottom: 0;
}
/*Desktop: 1680*/
@media (max-width: 1919px) {
  .text .title {
    margin-bottom: 4.5rem;
  }
}
/*Desktop: 1400*/
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .text .title {
    margin-bottom: 4rem;
  }
}
/*Desktop: 992*/
/*Desktop: 768*/
@media (max-width: 991px) {
  .text .title {
    margin-bottom: 3.5rem;
  }
}
/*Desktop: 576*/
@media (max-width: 767px) {
  .text .title {
    margin-bottom: 3rem;
  }
}
/*Desktop: 425*/
/*Desktop: 320*/
@media (max-width: 424px) {
  .text .title {
    margin-bottom: 2.5rem;
  }
}
