#modal-tg-subscribe .modal-body .h3 {
    text-align: center;
    color: #333333;
}
.modal-for-pages__headline {
    color: var(--theme-base-color);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.modal-for-pages__btn-wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.modal-for-pages__text {
    text-align: center;
    margin-bottom: 20px;
}
.modal-for-pages__btn-img {
    width: 20px;
    margin-right: 20px;
}
.modal-for-pages-dialog {
    max-width: 400px;
}
@media (max-width: 768px) {
    .modal-for-pages__img-wrapper {
        margin-bottom: 17px;
    }
}

.mb-20 {
	margin-bottom: 20px !important;
}



.philosophy__wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
	row-gap: 30px;
    width: 100%;
	margin-bottom: 50px;

	@media (max-width: 1100px) {
		column-gap: 60px;
	}

	@media (max-width: 850px) {
		grid-template-columns: 1fr;
	}
}