/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2025 | 08:25:50 */
.profile-table .col-1 {
	width: 25%;
}
.profile-table .col-2 {
	width: 75%;
}
@media screen and (max-width:1024px) {
	.profile-table .col-1 {
		width: 30%;
	}
	.profile-table .col-2 {
		width: 70%;
	}
}
@media screen and (max-width:767px) {
	.profile-table .col-1 {
		width: 100%;
		margin-bottom: 10px;
	}
	.profile-table .col-2 {
		width: 100%;
	}
}

.profile-table .col-2 ul {
	padding-left: 16px;
}

.profile-table .col-2 ul li::marker {
	color: var(--e-global-color-b7381c4);
}


.philosophy-img,
.about-logo {
	max-width: 500px;
}
@media screen and (max-width:1024px) {
	.philosophy-img,
	.about-logo {
		max-width: 450px;
	}
}
@media screen and (max-width:767px) {
	.philosophy-img,
	.about-logo {
		max-width: 400px;
	}
}
