.acc-contn-hdr img {
    width: auto !IMPORTANT;!I;!;
}

.blg-pst-form-otr{
/*     padding: 80px 0; */
}

.blg-pst-form {
    background: #fff;
    box-shadow: 0 4px 50px 0 #0000000d;
    padding: 40px;
    border-radius: 10px;
/*     width: 80%; */
    margin: 0 auto;
}

.blg-pst-form-otr .hs-form-5ba7252a-fa68-444d-8e23-be7e1c8f3937_c4b62af2-dc95-4d88-ae05-7241a34239d3 fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.blg-pst-form-otr input.hs-button.primary.large {
    border: none;
}
.form-title, .submitted-message, form {
    background: #fff;
}
form .hs-button, form input[type=submit] {
    background-color: #ffd600 !important;
    color: #000 !Important;
    font-size: 16px !Important;
    font-family: Raleway, sans-serif !important;
}
form .hs-button, form input[type=submit]:hover{
    background-color: #ffd600;
    color: #000;
}

@media(max-width:767px){
  .blg-pst-form {
    width: 100%;
    padding: 20px;
}
}