.pastor--class {
    display: flex;
    height: auto;
}

.pastor--img {
    width: 35%;
}

.pastor--img img {
    width: 100%;
    height: 32vw;
}

.pastor--text {
    background-color: #0c1c4f;
    width: 100%;
    color: white;
    text-align: center;
}

.text--pastor {
    width: 70%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;

}

.text--pastor h2 {
    font-size: 25px;
}

.text--pastor p {
    font-size: 20px;
}

.mail p a:hover {
    color: #80bdff;
}

@media (max-width:797px) {

    .text--pastor {
        margin-top: 39%;
        width: 100%;
    }

    .pastor--img img {
        width: 100%;
        height: 56vw;
    }

    .pastor--img {
        width: 76%;
    }

}

@media (max-width:565px) {

    .text--pastor {
        margin-top: 39%;
    }

}

@media (max-width:536px) {

    .text--pastor {
        margin-top: 14%;
    }

}

@media (max-width:444px) {

    .text--pastor {
        margin-top: 2%;
    }

}

@media (max-width:425px) {

    .pastor--img {
        width: 70%;
    }

}

@media (max-width:399px) {

    .pastor--img {
        width: 51%;
    }

}

@media (max-width:395px) {

    .text--pastor h2 {
        font-size: 20px;
    }

    .text--pastor p {
        font-size: 18px;
    }

}

@media (max-width:375px) {
    .pastor--img {
        width: 51%;
    }
}

@media (max-width:346px) {

    .text--pastor h2 {
        font-size: 18px;
    }

    .text--pastor p {
        font-size: 17px;
    }

}