
.section-parallax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 615px;
    color: #ffffff; }
    .section-parallax .section-parallax__title {
      font-size: 36px;
      line-height: 46px;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: 0;
      padding: 0 0 23px 0; }
      .section-parallax .section-parallax__title + p {
        margin-top: 0; }
    .section-parallax p {
      letter-spacing: 0.01em; }
    @media (max-width: 1024.98px) {
      .section-parallax {
        height: 356px; }
        .section-parallax .section-parallax__title {
          font-size: 30px;
          line-height: 38px;
          padding: 0 0 10px 0; } }
    @media (max-width: 767.98px) {
      .section-parallax {
        height: auto;
        padding: 74px 15px; }
        .section-parallax .section-parallax__title {
          font-size: 24px;
          line-height: 30px;
          padding: 0 0 10px 0; }
        .section-parallax br {
          display: none; } }
  
  @media (min-width: 1025px) {
    html:not(.mac) .section-parallax {
      background-attachment: fixed; } }