.thank-you-section .form-title {
    display: none;
}

.thank-you-section label.hs-error-msg.hs-main-font-element {
    color: red !important;!i;!;
    font-weight: normal;
}

.thank-you-section .hs_error_rollup {
    display: none;
}
.thank-you-section {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center; 
  grid-row-gap: 40px;background:#fff;
}
.thank-you-section .content {
  
  padding: 0 20px;
}
.thank-you-section .content.form form .input input{background:#fff;}
.thank-you-section .img img {
  height: 100vh!important;
  object-fit: cover;

}
.content.form .input input {
    padding: 10px;
}
.thank-you-section .content.content {
    color: #fff;
}
.thank-you-section .content.form form {
    background: #fff;
    padding: 60px;
}

.content img {
    margin: 0 0 20px;
}

@media(max-width:767px){
  .thank-you-section {
    grid-template-columns: repeat(1,1fr);
  }
  .thank-you-section .content {
    max-width: 100%;
  }
  .thank-you-section .content.form form {
    padding: 0;
    padding-bottom: 100px;
}
.thank-you-section .img img {
  height: auto!important;
  object-fit: cover;

}

}