/* Contact Page */
.contact__form-section svg{
    width: 20px;
    height: auto;
    color: var(--color-primary);
}

.contact__form-section a{
    color: var(--color-primary);
    font-weight: 600;
}

.contact__form-section .wp-block-columns .wp-block-column:last-child p:first-child{
    margin-top: 0;
}

@media screen and (min-width: 782px){
    .contact__form-section .wp-block-columns .wp-block-column:first-child{
        padding-right: 50px;
        margin-right: 12px;
        border-right: var(--border);
    }
}

/* Seo section with picture */ 
.contact__seo-section{
    background-color: #459eff0f;
    padding: 32px;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}

@media screen and (min-width: 782px){
    .contact__seo-section img{
        margin-top: -80px;
        border: 20px solid white;
        height: 400px;
        border-radius: var(--border-radius);
        object-fit: cover;
    }
}

/* Columns section */
.contact__3-columns .wp-block-column{
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}