.title__section {
  padding: 40px 0 0px;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .title__section {
    padding: 40px 0 40px;
  }
}
.title__section .row_title {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .title__section .row_title {
    margin-bottom: 0px;
  }
}
.title__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.title__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.title__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.title__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .title__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.title__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .title__section .desktop {
    display: none;
  }
}
.title__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .title__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=title_section.css.map */