@charset "utf-8";
@media screen and (max-width: 960px) {
#planDiscr {
	justify-content: space-between;
	margin: 0 auto;
}
#planDiscr div {
	width: 100%;
	padding: .2em 15px;
	line-height: 0.2em;
}
#planDiscr div:nth-child(1) {
	border: none !important;
	color: #E84938;
}
#planDiscr div:nth-child(2) {
	border: none !important;
	color: #2B61AD;
}
#planDiscr div:nth-child(3) {
	border: none !important;
	color: #a3559d;
}
#planDiscr div:nth-child(4) {
	border: none !important;
	color: #408838;
	text-indent: -1em;
    margin-left: 1em;
}
#planDiscr div h5 {
	text-align: left;
	font-size: 2.4vw;
	font-weight: normal;
	margin: 0;
	display: contents;
}
#planDiscr div h5::after {
	content: '…';
}
#planDiscr div h5 i, #planDiscr div h5 svg,
#planDiscr p .fa-times {
	margin-right: 8px;
}
#planDiscr p .fa-times {
	display: inline-block;
}
#planDiscr div p, #schedule__and__availability #planDiscr p {
	font-size: 2.4vw;
	margin: 0;
	text-align: left;
	line-height: 1.8em;
	display: contents;
}

#planDiscr p {
	text-align: center;
	width: 100%;
	margin: 30px 0 !important;
}
}