.texture-bg {
    background-image: url(https://info.inteletravel.com/hubfs/layout/InteleTravel_BGTexture_NewMap.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
h1.itqheading {
    font-size: 2em;
}
.full-width-split-wrapper {
  display: flex;
  /*background-color:#d2d8e1;*/
  min-height: 65vh;
  margin-top: -52px;
}
.full-width-split-wrapper * {
  box-sizing: content-box !important;
}
.full-width-split-wrapper .col {
  flex: 1;
  display: grid;
  place-items: center;
}
.full-width-split-wrapper .inner {
  padding:4rem;
  max-width:475px;
}
.alert {
    position: relative;
    padding: 1rem 1rem 0 !important;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert p {
    font-size: 18px;
}


/*mobile*/
@media (max-width:850px) {
h1.itqheading {
    font-size: 2em!important;
    margin-bottom: 80px !important;
}
  img.itqlogo {
    margin-top: 50px;
    margin-bottom: -30px;
}
  .full-width-split-wrapper {
    display: block;
    /*margin-top: 70px;*/
    min-height: inherit;
  }
  .full-width-split-wrapper .col {
    display: block;
    width:100%
  }
  .full-width-split-wrapper .inner {
    padding:2rem;
    max-width:100%
  }