.pc-content {
	background-color: #006353;
	color: white;
	padding-top: 0 !important;
}

.pc-content .stairs-container {
	background: white;
	margin-bottom: 80px;
}

.pc-content .stairs-container > div:not(:nth-child(1)) {
	display: none;
}
.pc-content .stairs-container > div:nth-child(1) {
	margin-left: auto;
	width: 47%;
	height: 50px;
	background-color: #006353;
}

.pc-content h2 {
	display: table;
	width: 100%;
}

.pc-block-content {
	display: flex;
	flex-wrap: wrap;
}

.pc-block-content > a {
	border-radius: 4px;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 20px;
	padding: 3vw 3.125em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	background-color: white;
	color: #000;
}

.pc_title {
	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.1538;
	font-family: "Archivo", sans-serif;
}

.pc_timing {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 1em;
	color: #349cc7;
}

.pc-block-footer {
	text-align: center;
	padding-top: 56px;
}

.pc-block-footer .btn {
	border-color: #ffc803;
	background: #ffc803;
	color: #000;
	transition: all 0.3s;
}

.pc-block-footer .btn:hover {
	transition: all 0.3s;
	background: white;
	border-color: white;
}

@media (min-width: 541px) and (max-width: 767px) {
	.pc-block-content > a {
		width: calc(50% - 10px);
	}
	.pc-block-content > a:nth-child(even) {
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	.pc-block-content > a {
		width: calc(33% - 12.5px);
	}
	.pc-block-content > a:not(:nth-child(3n)) {
		margin-right: 20px;
	}
}
@media (max-width: 540px) {
	.pc-block-content > a {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.pc-content .stairs-container > div {
		height: 30px !important;
	}

	.heading_title {
		text-align: center;
	}

	.pc-block-content > a {
		padding: 2em 2.4em;
	}

	.pc_title {
		font-size: 1.25rem !important;
		line-height: 1.1em !important;
	}

	.pc_timing {
		font-size: 1.25rem !important;
		line-height: 1.1em !important;
		color: #006353;
	}

	.pc-block-footer .btn {
		color: #006353;
		font-size: 1rem;
		font-weight: bold;
	}
}
