section.membership {
	margin: 50px 0;
}

.membership h2 {
	text-align: center;
}

.membership .description {
	margin: 15px auto 40px;
	text-align: center;
	max-width: 650px;
	color: #000;
}

.membership .container > .row {
	justify-content: center;
	margin-top: 50px;
}

.membership .col-md-4.col-sm-6 {
	margin-bottom: 30px;
}

.schools-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
	position: relative;
}

.schools-item-img img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.schools-item-text {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	height: 100%;
	padding: 0.35em 3.5em 0.35em 3.06em;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.schools-item-hidden {
	display: none;
}

.school-hidden {
	display: none;
	position: relative;
	background: #F6F6F6;
	margin-bottom: 1.9em;
}

.school-hidden .close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}

.schools-item-hidden-content {
	padding: 50px 83px;
}

.schools-item-hidden-title {
	margin-bottom: 19px;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 26px;
}

.schools-item-hidden-content .price {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.schools-item-hidden-content .content {
	margin-bottom: 30px;
	color: #000;
}

.schools-item-hidden-content .content ul {
	padding-left: 20px;
}

.schools-item-title {
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}

.schools-item-content {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.membership .minus {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.membership .plus {
	position: absolute;
	right: 0;
	bottom: 0;
}

.schools-item.active .plus {
	display: none;
}

.schools-item.active .minus {
	display: block;
}

.schools-item-hidden-content {
	margin-top: 34px;
}

@media (max-width: 1199px){
	.schools-item-title {
		font-size: 18px;
		line-height: 1.25;
	}
}

@media (max-width: 768px){
	section.membership {
		margin: 80px 0 20px;
	}

	.schools-item.active .schools-item-hidden {
		display: block;
	}

	.schools-item.active .minus {
		display: none;
	}

	.schools-item.active .schools-item-title,
	.schools-item.active .schools-item-content {
		display: none;
	}

	.membership .container > .row {
		margin-top: 0;
	}

	.schools-item-hidden-content {
		margin-top: 0;
	}
}

@media (max-width: 450px){
	section.membership {
		margin: 50px 0 20px;
	}
	
	.schools-item-hidden-content {
		padding: 50px 30px;
	}

	section.membership .col-md-4 {
		margin-bottom: 40px;
	}

	.schools-item-hidden-title {
		font-size: 24px;
		line-height: 1.25;
	}


}