.pastor-block {
    margin-top: 112px;
    margin-bottom: 112px;
}

.pastor-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .pastor-container {
    max-width: 540px;
    }
}

@media (min-width: 768px) {
    .pastor-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .pastor-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .pastor-container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1480px) {
    .pastor-container.wide {
        max-width: 1380px;
    }
}

.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
            align-items: center!important;
}

.pastor-welcome {
    padding-bottom: 56px;
}

.pastor-welcome img {
    max-height: 500px;
    float: right;
	padding-left: 60px;
}

.pre-title {
    color: #b01933;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: initial;
    text-align: center;
}

.pre-title:not(:last-child) {
    margin-bottom: 10px;
}

.pastor-block .name {
    font-size: 32px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.pastor-block .title {
    margin-top: 5px;
    font-size: 26px;
    margin-top: 2px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .pastor-row {
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {

    .pastor-block .name {
        font-size: 42px;
    }

    .pastor-block .title {
        font-size: 32px;
    }
}