.quote-text-container {
    padding-bottom: 150px;
}
.quote-form .consultation-form .contact-form-inputs .button-container {
    top: 388px;
}
.get-quote {
    padding-top: 150px;
}
.quote-text-wrapper {
    width: 100%;
}
.quote-img-wrapper {
    width: 720px;
    flex-shrink: 0;
}
.quote-img-container {
    width: 100%;
    height: 100%;
}
.quote-text {
    padding-right: 60px;
}
.quote-img {
    width: 100%;
    height: 100%;
    background-image: url("https://master.ckahost.com/wp-content/uploads/2022/04/businessman-businesswoman-shaking-hands-scene-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-container {
    width: 480px;
    flex-shrink: 0;
}


.top-bar-left-side .button-container .button {
    display: none;
}

@media only screen and (max-width: 1740px) {
    .quote-img-wrapper {
        width: 600px;
    }
}
@media only screen and (max-width: 1640px) {
    .header-container {
        width: 360px;
    }
}
@media only screen and (max-width: 1440px) {
    .quote-img-wrapper {
        width: 300px;
    }
}
@media only screen and (max-width: 1280px) {
    .get-quote {
        padding-top: 120px;
    }
    .quote-text-container {
        padding-bottom: 0;
    }
    .get-quote-content {
        display: block;
    }
    .quote-img-wrapper {
        width: 100%;
    }
    .quote-img {
        height: 200px;
    }
    .quote-text {
        padding-bottom: 25px;
    }
    .get-quote-content {
        padding-bottom: 60px;
        padding-right: 60px;
    }
    .quote-text {
        padding-right: 0;
    }
}
@media only screen and (max-width: 900px) {
    .quote-form .consultation-form .contact-form-inputs .button-container {
        top: 405px;
        right: 124px;
    }
    .super-all-content-wrapper .contact-form {
        padding-bottom: 150px;
    }
    .header-container {
        display: none;
    }
    .get-quote-content {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .get-quote-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 75px;
    }
    .get-quote {
        padding-top: 90px;
    }
}
@media only screen and (max-width: 575px) {
    .quote-form .consultation-form .contact-form-inputs .button-container {
        top: 464px;
    }
}