.serviceBanner {
    position: relative;
    width: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.serviceBanner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceBanner__content {
    padding: 30px 20px;
    width: 100%;
}
#serviceform .h2 {
    color: #42474C;
}
.serviceBanner__content form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.serviceBanner__content form .wpcf7-response-output {
    margin: 20px 0 0 !important;
}
#serviceform {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    max-width: 810px;
    border-radius: 25px;
    background: rgba(217, 217, 217, .7);
}
#serviceform .vc_column-inner {
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
    max-width: 534px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#serviceform .wpb_column p {
    display: flex;
    justify-content: center;
    text-align: center;
}
#serviceform .wpb_column p span {
    width: 100%;
}
#serviceform .wpb_column p input {
    margin: 0 !important;
}
#serviceform .wpb_column p span.wpcf7-spinner {
    display: none;
}

@media (max-width: 767px) {
    #serviceform .h2 {
        font-size: 26px;
        line-height: 32px;
    }
}