

.local {
    margin-bottom: 105px;
}

.wrapper {
    padding: 0 calc(50% - 600px);
}

.rightMessage {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #E9E9E9;
}

.rightMessage .leader {
    width: 392px;
    height: 253px;
    margin-bottom: 14px;
}

.rightMessage .leader img {
    width: 100%;
    height: 194px;
}

.rightMessage .leader p {
    margin: 0;
    height: 59px;
    font-weight: 500;
    font-size: 16px;
    color: #9F1E24;
    text-align: center;
    background: #F7F3F3;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: .2rem;
    }

    .rightMessage a {
        display: block;
        width: 100%;
    }

    .rightMessage .leader {
        width: 100%;
        height: 253px;
        margin-bottom: 14px 0;
    }
}