/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .Global_No_Padding_Right_Full{

      padding-right: 0px!important;
    
      margin-right: 0px!important;
    }

  .ContactForm_Form{
    padding-left: 30px;
  }
  .AboutUs_Profile_Picture_Container{
    text-align: right;
  }
  .AboutUs_Profile_Picture_Container img{
    float: right;
  }

  .H21_SubPage_Hero_Container{
    min-height: calc(100vh - 300px);
    position: relative;
}
}