.quotes {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background-color: #1E1E79;
}
.quotes {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .quotes {
    padding-top: calc(3.4482758621vw - 0.2068965517px);
    padding-bottom: calc(3.4482758621vw - 0.2068965517px);
  }
}
@media screen and (min-width: 1920px) {
  .quotes {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.quotes::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../images/landing-pages/ru-destiny-or-programs-role/quotes/bg.webp);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.quotes-item {
  color: #A4A4FF;
  font-size: 30px;
  max-width: 644px;
  margin: 0 auto;
}
.quotes-item:last-child {
  max-width: 532px;
}
.quotes .line {
  width: 130px;
  height: 1px;
  background-color: #A4A4FF;
  margin: 60px auto;
}/*# sourceMappingURL=quotes.css.map */