.flex_layout.contact_text_large_image {

}

.flex_layout.contact_text_large_image .image{
    grid-column-end: span 8;
    aspect-ratio: 2 / 3;
}

.flex_layout.contact_text_large_image .image img{
    object-fit: cover;
    width: 100%; height: 100%;
}

.flex_layout.contact_text_large_image .content_wrapper{
    grid-column-end: span 4;
    padding: var(--grid-margin) var(--grid-margin) 0 var(--grid-margin);
    display: flex;
    flex-direction: column;
}

.flex_layout.contact_text_large_image .content_wrapper .sticky_wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: var(--grid-margin);
}

.flex_layout.contact_text_large_image .content_wrapper .content{
    position: sticky;
    top: 15vh;
}

.flex_layout.contact_text_large_image .content_wrapper .content p{
    margin-bottom: var(--grid-margin);
}

.flex_layout.contact_text_large_image .content .heading_wrapper{
    margin-bottom: 1.5rem;
}

.flex_layout.contact_text_large_image .content_wrapper .contact_options{
    font-size: clamp(24px, 2.12vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
}

.flex_layout.contact_text_large_image .contact_options a{
    display: block;
}