#block__large-image-with-text .image-right img
{
    max-width: 95%;
}
#block__large-image-with-text .image-left img
{
    max-width: 85%;
}
#block__large-image-with-text .image-right
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 100px;
}
#block__large-image-with-text .wrapper
{
    display: flex;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 50px;
}
#block__large-image-with-text .wrapper.right
{
    column-gap: 8.33333333%;
}
#block__large-image-with-text .wrapper.left
{
    padding-left: 0;
}
#block__large-image-with-text .text-area-left .text-wrap
{
    display: flex;
    flex-direction: column;
    padding-bottom: 10%;
    max-width: 80%;
    padding-left: 125px;
    gap: 25px;
    border-top: 2px solid white;
    padding-top: 75px;
}
#block__large-image-with-text .text-area-left
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
}
#block__large-image-with-text .text-wrap h2
{
    font-family: 'Source Serif 4', sans-serif;
    font-style: italic;
    font-size: 2.5em;
}
#block__large-image-with-text .text-wrap p
{
    font-size: 1.1em;
}

#block__large-image-with-text .wrapper.right
{
    align-items: center;
    position: relative;
    overflow: hidden;
}
#block__large-image-with-text .wrapper div
{
    z-index: 2
}
#block__large-image-with-text .text-area-right .text-wrap
{
    display: flex;
    flex-direction: column;
    gap: 25px;

}
#block__large-image-with-text .text-area-right
{
    position: relative;
}
#block__large-image-with-text .image-left
{
    display: flex;
    justify-content: flex-end;
}
#block__large-image-with-text .text-area-right .text-wrap p
{
    max-width: 86%;
    margin-bottom: 75px;
}
#block__large-image-with-text .shape-svg
{
    position: absolute;
    z-index: 0;
    overflow: hidden;
    width: 1000px;
    right: -60%;
    max-width: 160%;
}
#block__large-image-with-text .text-wrap h3
{
    font-family: 'Barlow', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#block__large-image-with-text .image-right a,
#block__large-image-with-text .image-left a
{
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 768px)
{
    #block__large-image-with-text .wrapper
    {
        padding: 100px 0 25px;
    }
    #block__large-image-with-text .wrapper.left
    {
        padding: 100px 0 100px;
    }
    #block__large-image-with-text .wrapper.right
    {
        flex-direction: column;
        align-items: center;
    }
    #block__large-image-with-text .wrapper.left
    {
        flex-direction: column-reverse;
        align-items: center;
    }
    #block__large-image-with-text .image-left
    {
        justify-content: center;
        margin-bottom: 75px;
    }
    #block__large-image-with-text .image-right
    {
        justify-content: center;
        padding-bottom: 50px;
    }
    #block__large-image-with-text .text-area-left
    {
        align-items: center;
    }
    #block__large-image-with-text .text-area-left .text-wrap
    {
        padding: 0;
        text-align: center;
    }
    #block__large-image-with-text .text-area-right
    {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #block__large-image-with-text .text-area-right .text-wrap
    {
        align-items: center;
        text-align: center;
        max-width: 80%;
    }
    #block__large-image-with-text .text-area-right .text-wrap h3
    {
        font-weight: 400;
        font-size: 1.2em;
    }
    #block__large-image-with-text .text-area-right .text-wrap p
    {
        max-width: 100%;
    }
    #block__large-image-with-text .image-left img
    {
        max-width: 80%;
    }
    #block__large-image-with-text .text-wrap p
    {
        padding-bottom: 0;
    }
    #block__large-image-with-text .image-right img
    {
        max-width: 80%;
        border-bottom: 1px solid white;
        padding-bottom: 50px;
    }
    #block__large-image-with-text .text-area-left .text-wrap
    {
        border-top: none;
    }
    #block__large-image-with-text .text-wrap h2
    {
        font-size: 1.75em;
    }

}

