/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 09:27:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.school-image {
    width: 100px;
    height: 100px;
    margin: auto;
}
.school-details {
    display: flex;
    border:1px solid #E9DDD1;
    border-radius:16px;
    padding:16px;
}
.details-wrapper p {
    font-size: 16px;
    text-align: justify;
}
.details-wrapper li {
    font-size: 16px;
}
.school-details div {
    width: 50%;
    padding: 24px;
}
.school-image img {
    width: 100%!important;
    object-fit: contain!important;
    height: 100%!important;
    margin: auto!important;
}
.swiss-school .swiper-wrapper {
    padding: 16px 0;
}
.school-card.swiper-slide.swiper-slide-active {
    border:3px solid #E2CEBC;
}
.school-card.swiper-slide {
    border:0.5px solid #e2cebc7d;
	min-height: 190px;
}
@media(max-width:768px){
	.school-details div {width: 100%;}

.school-details {
    flex-direction: column;
}
}