#s-est-info {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 145px;
}

#s-est-info img {
	width: 100%;
}

#s-est-info > p {
	width: 85%;
	text-align: center;
	font-size: 18px;
	/* margin: 30px 0px; */
}

#card-est {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

#card-m-p {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

#card-m-p a:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#card-m-p a {
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	background-color: #011C6D;
	transition: ease all 0.6s;
}

#card-m-p a img {
	width: 60%;
}

#card-m-p a span {
	color: #ffffff;
	font-size: 22px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

.sub-items {
	width: 80% !important;
	/* margin-bottom: 60px; */
}

@media screen and (min-width: 992px) {
	#s-est-info p {
		font-size: 18px;
	}

	#card-m-p a {
		width: calc(100% / 4 - 60px);
		height: 250px;
	}

	#card-m-p {
		flex-direction: row;
	}
}
