/* STYLES FOR THIRD SPLIT CONTENT RIGHT */
.thirdSplitCR {
    max-width: unset !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 533px 1fr;
}
.thirdSplitParaContainer {
    overflow: hidden;
  }
  .thirdSplitPara {
    transform: scale(1.3);
  }
  .thirdSplitPara .thirdSplitImage {
    position: relative;
    left: 8%;
  }
.thirdSplitCRinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 104px 54px 54px;
    background: #1D1D1D;
  }
.thirdSplitCRinfo h2 {
      position: relative;
      padding: 0 !important;
      padding-bottom: 20px !important;
      margin-bottom: 30px !important;
  }
.thirdSplitCRinfo h2::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 2px;
      width: 117.5%;
      background: #FFF;
  }
.thirdSplitCRinfo p {
    font-family: "Gotham A", "Gotham B" !important;
      font-size: 16px !important;
      color: #FFFFFF !important;
      line-height: 25px;
  }
  .thirdSplitCRinfo .thirdSplitH5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #FFFFFF !important;
    line-height: 31px;
    margin-bottom: 25px !important;
  }
  .thirdSplitCRinfo ul {
    padding-left: 30px;
    color: #FFF !important;
  }
  .thirdSplitCRinfo li:not(:last-of-type) {
    padding-bottom: 5px;
  }
  .thirdSplitContent h3 {
    font-family: 'BauerBodoniStdBlack' !important;
    font-weight: 900;
    font-size: 22px !important;
    color: #FFFFFF !important;
    line-height: 25px;
  }
  .thirdSplitCR h3, .thirdSplitCR h4, .thirdSplitCR h5,
  .thirdSplitCR h6, .thirdSplitCR p, .thirdSplitCR ul,
  .thirdSplitCR button, .thirdSplitCR a {
    margin: 0 0 15px 0;
  }
  .spcThirdImageMobile {
    display: none;
  }
  .thirdSplitCR .thirdSplitButton {
    display: inline-flex;
    align-self: flex-start;
    margin: 15px 0;
    background: rgba(0,0,0,0.10) !important; 
  }
  .thirdSplitCR .thirdSplitButton a {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-align: center;
    padding: 9.5px 20.4px !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    margin: 0;
    border: 2px solid #B2B2B2 !important;
  }
  .thirdSplitMobileImage {
    display: none;
  }
  @media only screen and (max-width: 1300px) {
    .thirdSplitCRinfo {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 1000px) {
    .thirdSplitParaContainer {
      display: none;
    }
    .thirdSplitMobileImage {
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 500px;
    }
    .thirdSplitCR {
      display: flex;
      flex-direction: column;
    }
    .spcParaContainer {
      display: none;
    }
    .spcThirdImageMobile {
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 450px;
    }
    .thirdSplitCRinfo {
      position: relative;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      padding: 29px 15px
    }
    .thirdSplitCRinfo h2::after {
      right: unset;
      left: 0;
      width: 101%;
    }
  }
  @media only screen and (max-width: 800px) {
    .thirdSplitMobileImage {
      height: 450px;
    }
  }
  @media only screen and (max-width: 600px) {
    .thirdSplitMobileImage {
      height: 350px;
    }
  }
  @media only screen and (max-width: 400px) {
    .thirdSplitMobileImage {
      height: 250px;
    }
  }