.about-us-hero__image {
    -webkit-mask-image: url('../img/hero-shape-750ebd29.svg');
    mask-image: url('../img/hero-shape-750ebd29.svg');
}
.team-list__item-image{
    -webkit-mask-image: url("../img/team-shape-fc344e57.svg");
    mask-image: url("../img/team-shape-fc344e57.svg");
}

.dashed-list__item:after{
    background-image: url("../img/line-rectangle-a9e8958c.svg");
}
.about-us-contact__form{
    -webkit-mask-image: url('../img/form-shape-1feb896d.svg');
    mask-image: url('../img/form-shape-1feb896d.svg');
}

[aria-invalid="true"]{
    border-color: #E7002A;
}

.wpcf7-not-valid-tip{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #E7002A;
}
.wpcf7-response-output{
    display: none;
}
.contact-info {
    color: var(--white);
    max-width: 300px;
}

.field__input:hover, .field__textarea:hover{
    border-color: #007aff;
}

@media screen and (max-width: 767px){
    .about-us-contact__form{
        -webkit-mask-image: url('../img/form-shape-mobile-19823098.svg');
        mask-image: url('../img/form-shape-mobile-19823098.svg');
    }
    .cyan-text {
        font-size: 16px;
        line-height: 120%;
    }
}
