/* PC VIEW */
@media (max-width: 1024px) {
	.accreditations-container {
		margin-top: 2%;
		padding-top: 10%;
	}

	.divider {
		visibility: hidden;
	}
}

/* MOBILE VIEW */
@media (max-width: 768px) {
	.accreditations_certifications {
		margin-top: 50px;
		padding-top: 5rem;
	}

	.accreditations-pacucoa {
		margin-left: -5vw;
		margin-right: -5vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.dividercolumn {
		display: none !important;
	}

	.accreditations-levels {
		flex-direction: column;
		align-items: center;
	}

	.accreditations-level {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.accreditations-certification .row {
		flex-direction: column;
	}

	.accreditations-certification .col-md-6 {
		order: 2; /* Default order */
	}

	.accreditations-certification .col-md-6.text-center {
		order: 1; /* Move the image above the text */
		padding-bottom: 5%;
	}

	.accreditations-grid {
		padding-bottom: 5%;
	}

	.accreditations_certifications {
		padding-top: 5%;
	}

	.accreditations-section {
		margin-bottom: 0%;
	}

	.accreditations-container {
		margin-top: 0%;
		padding-top: 0%;
	}

	.accreditations-container-top {
		margin-top: 10%;
	}

	.two-images {
		flex-direction: column;
	  }
	  .two-images .accreditations-box2 {
		width: 100%;
		height: auto;
		margin-bottom: 10px; /* optional spacing */
	  }
}

/* TABLET VIEW */
@media (min-width: 768px) and (max-width: 1024px) {
	.accreditations_certifications {
		margin-top: 30px;
		padding-top: 3rem;
	}

	.accreditations-pacucoa {
		margin-left: -3vw;
		margin-right: -3vw;
		padding-left: 3vw;
		padding-right: 3vw;
	}

	.dividercolumn {
		display: block !important;
	}

	.accreditations-levels {
		flex-direction: row;
		align-items: normal;
	}

	.accreditations-level {
		margin-bottom: 15px;
		width: 45%;
		text-align: left;
	}

	.accreditations-certification .row {
		flex-direction: row;
	}

	.accreditations-certification .col-md-6 {
		order: 1; /* Default order */
	}

	.accreditations-certification .col-md-6.text-center {
		order: 2; /* Keep the image below the text */
		padding-bottom: 3%;
	}

	.accreditations-grid {
		padding-bottom: 3%;
	}

	.accreditations_certifications {
		padding-top: 3%;
	}

	.accreditations-section {
		margin-bottom: 2%;
	}

	.accreditations-container {
		margin-top: 2%;
		padding-top: 2%;
	}

	.accreditations-container-top {
		margin-top: 5%;
	}
}
