#philanthropists {
	margin: auto;
	max-width: 667px;
	margin-bottom: 35px;
}
.philanthropists .clergy-item__image {
	height: 214px;
}
.philanthropists .media__text {
	margin-top: 0;
}
.philanthropists .media--big .swiper-wrapper {
    padding: 80px 0;
}
.philanthropists__text {
	margin-top: 50px;
}
.philanthropists .clergy {
	margin-top: 45px;
}

.philanthropists .clergy .swiper-wrapper {
	padding-bottom: 5px;
}
.philanthropists .clergy-item {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.philanthropists .h3 {
	font-size: 1.5rem;
    line-height: 1.978rem;
}
.philanthropists__text .h4 {
	text-align: left;
    margin-top: 120px;
    margin-bottom: 22px;
}
.philanthropists__image,
.philanthropists .media  {
    margin-top: 120px;
    margin-bottom: 115px;
}
.philanthropists__image {
	position: relative;
	padding-top: 55px;
}
.philanthropists__image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-image: url(/img/monogram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 283px;
    height: 23px;
}
.mobile-image {
    display: none;
}
@media screen and (max-width:1200px) {
    .philanthropists__text {
        margin-top: 35px;
    }
    .philanthropists__text .h4 {
        margin-top: 78px;
    }
    .philanthropists__image,
    .philanthropists .media {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    .philanthropists .media--big .swiper-wrapper {
        padding: 0;
    }
    .philanthropists .media__text {
        margin-top: 20px;
    }
}
@media screen and (max-width:640px) {
    .philanthropists .tizer__text {
        text-align: center;
    }
    .philanthropists .clergy {
        margin-top: 20px;
    }
    .philanthropists .clergy-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
}