#landing-page-banner{
    .landing-page-banner-wrapper{
      display: flex;
      flex-wrap: nowrap;
      div {
        /*width: 50%;*/
      }
      .landing-page-heading{
        max-width: 50%;
        text-align: left;
        width: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
        .content-wrap{
          max-width: 535px;
          margin: 0;
          font-weight: 400;
          font-family: 'Poppins';
          color: #293E60;
          h1{
            font-size: 3vw;
            line-height: normal;
            .asterisk{
              font-size: .5em;
              vertical-align: super;
            }
          }
          .header-copy{
            font-size: 18px;
            line-height: normal;
            margin-top: 20px;

          }
          .disclaimer{
            font-size: .5em;
            font-weight: normal;
            margin-top: 20px;
          }
        }
      }
      .landing-page_banner_image{
        max-width: 50%;
        margin-bottom: -10px;
        img{
          max-width: 100%;
          width: auto;
          height: auto;
        }
      }
    }
  }

  @media screen and (max-width: 890px){
    #landing-page-banner .landing-page-banner-wrapper .landing-page-heading .content-wrap .header-copy {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 675px){
    #landing-page-banner{
      .landing-page-banner-wrapper{
        flex-direction: column;
        .landing-page-heading{
          max-width: 100%;
          margin: auto;
          text-align: left;
          width: 75%;
          align-items: center;
          display: flex;
          justify-content: center;
          .content-wrap{
            max-width: 535px;
            margin: 0;
            font-weight: 400;
            font-family: 'Poppins';
            color: #293E60;
            padding: 5vw;
            h1{
              font-size: 9vw;
              line-height: normal;
              .asterisk{
                font-size: .5em;
                vertical-align: super;
              }
            }
            .header-copy{
              font-size: 18px;
              line-height: normal;
              margin-top: 20px;

            }
            .disclaimer{
              font-size: .5em;
              font-weight: normal;
              margin-top: 20px;
            }
          }
        }
        .landing-page_banner_image{
          max-width: 100%;
          margin-bottom: -10px;
          img{
            max-width: 100%;
            width: auto;
            height: auto;
          }
        }
      }
    }
  }