﻿.vre-block {
    display: block;
    align-items: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding-top: 120px;
    max-width: 100%;
    margin: auto;
}
    .vre-block:hover {
        color:#fff!important;
    }
    .vre-block p span {
        text-decoration: underline;

    }

    .vre-block p {
        margin-bottom: 0;
        padding-right: 16px;
        padding-bottom: 24px;
    }

    .vre-block img {
        max-width: 260px;
        border-left: 1px solid #fff;
        object-fit: contain;
        padding-left: 16px;
    }

@media print, screen and (min-width: 62em) {
    .vre-block {
        display: flex;
        max-width: 60%;
        padding-top: 80px;
    }
        .vre-block p {
            padding-bottom: 0;
        }
}
