.container {
    min-height: 100vh;
}

.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 20px;
    /*background: url(../assets/14674.jpg);*/
}

.block img {
    width: 40%;
    height: auto;
    float: left;
}

.block img.right {
    width: 40%;
    height: auto;
    float: right;
}

.block h1, .block span {
    font-size: 3rem;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
    color: olive;
}

.block h3 {
    width: 100%;
    font-size: 3rem;
    text-align: left;
    margin: 30px 0 20px 0;
    color: olive;
    text-indent: 40px;
}

.block p {
    font-size: 2rem;
    text-align: justify;
    margin: 10px 0;
}


.twoRows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.half, .small {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div .half {
    justify-content: space-around;
}

.small img {
    width: 70%;
    height: auto;
}

.half p, .half h1 {
    width: 100%;
}

iframe {
    padding: 0;
    margin: 0;
}


@media screen and (min-width: 765px) and (max-width: 950px) {
    .half h1 {
        font-size: 2rem;
    }

    .half p {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 600px) and (max-width: 764px) {
    .half h1 {
        font-size: 1.6rem;
    }

    .half p {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 300px) and (max-width: 599px) {
    .block {
        padding: 0 10px;
    }

    .twoRows {
        padding: 0;
    }

    .small {
        width: 40%;
    }

    .small img {
        width: 100%;
    }

    .half {
        width: 60%;
        padding: 0 10px 0 10px;
    }

    .half h1 {
        font-size: 1.4rem;
    }

    .half p {
        font-size: 1rem;
    }

    .footer .fontSize14 p {
        text-align: center;
    }
}
