.navigationImage {
    background: #F2F1F1;
    padding: 50px 0;
}
.navigationImage .row {
    align-items: center;
}
.navigationImage .header {
    margin-bottom: 30px;
}
.navigationImage .header h2 {
    font-size: 52px;
    color: #6E162F;
    line-height: 64px;
    letter-spacing: 1.98px;
    margin: 0;
}
.navigationImage .left {
    padding-right: 150px;
}
@media (max-width: 1200px) {
    .navigationImage .left {
        padding: 0;
        width: fit-content;
        margin: 0 auto;
    }
}
.navigationImage .left .wrap {
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 7px;
    margin-bottom: 10px;
    max-width: 486px;
}
.navigationImage .left .wrap a {
    color: #1A1A1A;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'century-gothic';
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1.1px;
}
.navigationImage .left .wrap a:hover {
    color: #6E162F;
}
.navigationImage img {
    width: 100%;
    max-width: 713px;
    height: auto;
    aspect-ratio: 713/559;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .navigationImage img {
        margin: 0 auto;
        display: block;
    }
}
