  .heading-jumbo-tiny {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
  }

  .intro-content {
    width: 70%;
    max-width: 1140px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
  }
  
  .intro-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px;
    background-color: rgba(255,255,255,0.5);
    background-size: cover;
    color: #fff;
  }

  .intro-header.home{
    margin-bottom: 100px;
    height: 620px;
  }

  .intro-header.event{
    height: 550px;
  }

  .paragraph-bigger {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    opacity: 0.6;
  }

  .motto-wrap {
    width: 80%;
    margin-right: auto;
    margin-bottom: 85px;
    margin-left: auto;
    text-align: center;
  }

  .heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
  }

  .label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .label.cc-light {
    opacity: 0.6;
  }

  .section-home.cc-cta {
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
  }

  .cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .privacy-footer {
    margin-top: 0px!important;
  }

.button.jumbo-button {
    padding: 16px 35px;
    font-size: 14px;
    line-height: 26px;
  }

  @media screen and (max-width: 991px) {
    .intro-text {
        width: auto;
      }
      .cta-wrap {
        width: auto;
        padding: 80px 50px 90px;
      }
      
      .motto-wrap{
        margin-bottom: 50px;
        margin-top: 50px;
      }

      .section-home.cc-cta {
        padding-right: 0px;
        padding-left: 0px;
      }
    
      .intro-header{
        margin-top: 30px;
        height: 200px;
      }

      .intro-text{
        margin-bottom: 20px;
      }

      .intro-header.home{
        margin-bottom: 0px;
        height: 400px;
      }

      .intro-header.event{
        height: 550px;
      }

      .intro-content{
        margin-top: 20px;
      }

      .heading-jumbo {
        margin-top: 50px;
        line-height: 40px;
        font-size: 30px;
      }

      .heading-jumbo.event {
        margin-top: 30px;
      }

      .paragraph-bigger {
      font-size: 15px;
      }
    
  }

  @media screen and (max-width: 767px) {
    .container {
        text-align: center;
      }

      .section-home.cc-cta {
        padding: 15px;
      }

      .cta-wrap {
        padding-right: 30px;
        padding-left: 30px;
      }
  }