* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fafafa;
    font-family: 'Montserrat','ARS Maquette Pro';
}
{#
.right-bg img{
  position: absolute;
  right: 0;
  bottom:0;
  z-index:-1;
} #}
.header {
    padding: 30px 0;
}

.column-title {
    padding-top: 130px;
    padding-bottom: 230px;
}
.title-h1 {
    width: 494px;
    height: auto;
    font-family: 'Montserrat','ARS Maquette Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}
.text-column-title {
    width: 467px;
    height: auto;
    font-family: 'Montserrat','ARS Maquette Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 60px ;
}
.watch-video {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration:none;  
}
.watch-video p {
    font-family: 'Montserrat','ARS Maquette Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin:0;
    margin-left: 20px;
}
.column-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form {
  width: 418px;
}
.form input {
  width: 100%;
}
.column-form .heading-form {
  font-family: 'Montserrat','ARS Maquette Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 26.88px;
  line-height: 140%;
  color: #323232;
}
.column-form p {
  font-family: 'Montserrat','ARS Maquette Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #323232;
  width:80%;
  margin-top: 5px;
  margin-bottom: 22px;
}





/* FORM STYLE */

.hs-input{
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    background: #F5F5F5;
border-radius: 4px;
    border: 0px;
  color: #696969;
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Montserrat','ARS Maquette Pro';
}

.actions input{
  width: 100%;
  height: 58px;
  background: #034E91;
border-radius: 4px;
  border: 0;
  font-family: 'Montserrat','ARS Maquette Pro';
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  color: white;
 
}

@media (max-width:1024px) {
   {# .right-bg {
      display:none;
  } #}
    .col-md {
      width:100%!important;
    }

  .header {
    text-align: center;
  }
  .column-title {
    padding-top: 60px;
    padding-bottom: 80px;
}
.title-h1 {
    width: 100%;
    height: auto;
    text-align: center;
}
.text-column-title {
    width: 100%;
    height: auto;
    text-align: center;
}
.watch-video {
    display: flex;
    justify-content:  center;
    align-items: center;
}
.column-form {
  margin-top: 80px;
  justify-content: center;
}
.column-form .heading-form {
  text-align: center;
}
.column-form p {
  text-align: center;
  width:100%;
}
}

@media (max-width:768px) {

.column-title {
  padding-top: 20px;
  padding-bottom: 80px;
}
  .row-hero {
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items: center;
  }
  .column-title {
    width: 100%;
  }
  .text-column-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .title-h1 span {
    width: 100%;
    height: auto;
    font-size: 36px;
    line-height: 44px;
}
  .column-form {
  margin-top: 90px;
  }
  .form {
    width: 100%;
  }
}