.elementor-41 .elementor-element.elementor-element-40241eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7213d2f */.ps-contact {
    min-height: 75vh;

    display: flex;
    align-items: center;

    background: var(--ps-offwhite);

    padding: 120px 0;
}

.ps-contact-intro {
    max-width: 820px;
    margin-bottom: 60px;
}

.ps-contact-grid {
    display: grid;
    grid-template-columns:
        1.2fr 1fr 1fr;
    gap: 18px;
}

.ps-contact-card {
    min-height: 260px;

    display: flex;
    flex-direction: column;

    padding: 32px;

    background: white;
    color: var(--ps-black);

    border-radius: 24px;
    border: 1px solid #e2e2e4;
}

.ps-contact-primary {
    background: var(--ps-red);
    color: white;
    border-color: transparent;
}

.ps-contact-card small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;

    opacity: .65;
}

.ps-contact-card strong {
    display: block;

    margin-top: 32px;

    font-size: clamp(21px,2vw,29px);
    line-height: 1.3;
}

.ps-contact-card p {
    color: var(--ps-grey);
}

.ps-contact-card span {
    margin-top: auto;
    font-weight: 750;
    font-size: 13px;
}

@media(max-width:850px) {

    .ps-contact-grid {
        grid-template-columns: 1fr;
    }

    .ps-contact-card {
        min-height: 220px;
    }
}/* End custom CSS */