
#block__simple-text-and-image .wrapper
{
    display: flex;
    justify-content: center;
    padding: 200px 15px;
    position: relative;
}
#block__simple-text-and-image .left h3,
#block__simple-text-and-image .right h3
{
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
}
#block__simple-text-and-image .left a button,
#block__simple-text-and-image .right a button
{
    width: 175px;
    height: 45px;
    text-transform: uppercase;
    border: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    margin-top: 25px;
    line-height: 1;
	color:black;
}
#block__simple-text-and-image .left,
#block__simple-text-and-image .right
{
    z-index: 1;
}
#block__simple-text-and-image .left
{
    display: flex;
    justify-content: center;
}
#block__simple-text-and-image .right
{
    display: flex;
    justify-content: center;
}
#block__simple-text-and-image .left img,
#block__simple-text-and-image .right img
{
    max-width: 100%;
}
#block__simple-text-and-image p
{
    padding-left: 125px;
}
#block__simple-text-and-image .wrapper.right .right p
{
    padding-left: 110px;
    font-size: 1.1em;
}
#block__simple-text-and-image .wrapper.right .left
{
    justify-content: flex-end;
}
#block__simple-text-and-image .wrapper.right .right,
#block__simple-text-and-image .wrapper.left .left
{
    flex-direction: column;
    gap: 25px;
}
#block__simple-text-and-image .wrapper .shape
{
    z-index: 0;
    left: 17%;
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 769px)
{
    #block__simple-text-and-image .left h3,
    #block__simple-text-and-image .right h3,
    #block__simple-text-and-image .left a,
    #block__simple-text-and-image .right a
    {
        padding-left: 110px;
    }
}
@media only screen and (max-width: 768px)
{
    #block__simple-text-and-image .right,
    #block__simple-text-and-image .left
    {
        align-items: center;
    }
    #block__simple-text-and-image .wrapper
    {
        padding: 100px 0 225px;
        flex-direction: column;
    }
    #block__simple-text-and-image .wrapper.right .left
    {
        max-width: none;
        flex: 0 1 100%;
        justify-content: center;
        margin-bottom: 75px;
    }
    #block__simple-text-and-image .right.col-lg-4
    {
        flex: 0 1 100%;
        justify-content: center;
        max-width: 80%;
        text-align: center;
    }
    #block__simple-text-and-image .left img
    {
        width: 320px;
        object-fit: cover;
        object-position: top center;
        height: 320px;
        max-width: 80%;
    }
    #block__simple-text-and-image .wrapper.right .right p
    {
        padding: 0;
    }
    #block__simple-text-and-image .wrapper .shape
    {
        transform: rotate(90deg);
        bottom: -17%;
    }
}