.pastor_second {
    margin-top: 50px;
}

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

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

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

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

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

}

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

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

@media (max-width:797px) {

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

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

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

}

@media (max-width:565px) {

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

}

@media (max-width:536px) {

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

}

@media (max-width:444px) {

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

}

@media (max-width:425px) {

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

}

@media (max-width:399px) {

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

}

@media (max-width:395px) {

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

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

}

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

@media (max-width:346px) {

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

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

}