.container {
    min-height: 100vh;
}

.block h1 {
    width: 100%;
    color: olive;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.twoBlocks {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.images {
    width: 50%;
}

.images img {
    width: 100%;
    height: auto;
}

.txt {
    width: 50%;
}

.txt p {
    font-size: 1.6rem;
    padding: 10px 10px;
    line-height: 40px;
}

.txt h3 {
    font-size: 2rem;
    padding-left: 10px;
}

.footer .fontSize14 p, .footer .fontSize14 a {
    font-size: 1rem;
}

@media screen and (max-width: 900px) {
    .twoBlocks {
        flex-direction: column;
    }

    .images, .txt {
        width: 100%;
    }

    .txt p, .txt h3 {
        text-align: center;
    }
}
