
/* TEAM IMAGE */

.ipp-contact-image-section {
    background: var(--color-white);
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
}

.ipp-contact-team-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ipp-quote.ipp-quote-vW {
    padding-top: 64px;
}
.ipp-contact-main {
    background: rgba(219, 224, 229, 0.5) !important;

}
.ipp-contact-form input,
.ipp-contact-form textarea {
    background: var(--color-white) !important;
}
