.twoImages {
    padding: 50px 0;
    background: #6E162F;
}
.twoImages .row {
    justify-content: center;
}
.twoImages img {
    max-width: 467px;
    width: 100%;
    height: auto;
    aspect-ratio: 467/352;
    margin: 0 auto;
    display: block;
}
