body {
    margin: 0;
    /* background: #f4f1ea; */
}


.education-item p{  
    font-family: "Open Sans Regular Imported", Sans-serif; 
    font-size: 29px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.education-item h3{
    font-family: "Open Sans Regular Imported", Sans-serif; 
    font-size: 29px;
    font-weight: bolder;
    color: #3d1c48;
    margin-bottom:5px;
}

@media (max-width: 768px) {
    .map-section {
        padding-inline: 14px;
    }
    .flag-circle {
        width: 46px;
        height: 46px;
    }
	.education-item p{  
		font-size: 13px;
	}

	.education-item h3{
		font-size: 16px;
	}
}


.team-wrapper{
display:flex;
flex-wrap:wrap;
justify-content:center;
	max-width: 1750px;
	padding: 0 20px;
gap:30px;
}

.team-card{
width:31%;
position:relative;
overflow:hidden;
background:#f5f5f5;
transition:0.4s;
text-decoration:none;
display:block;
color:inherit;
}

.team-img {
    height: 640px;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    transition: 0.4s;
}

.team-card:hover .team-img{
filter:grayscale(0);
}

.team-card::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#A41953;
opacity:0;
transition:0.4s;
}

.team-card:hover::after{
opacity:0.6;
}

.team-content{
padding: 22px 85px 40px 85px;
background:#ffffff;
text-align:center;
position:relative;
z-index:2;
}

.team-content h3{
    color: #3D1C48;
    font-family: "Bebas Kai imported", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0px;
	    width: 66%;
    margin: 0 auto;
}

.team-content span{
    color: var(--e-global-color-a52bb49);
    font-family: "Open Sans Regular Imported", Sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.team-card:hover .team-content{
background:#3D1C48;
color:#fff;
}

.team-card:hover .team-content h3{
color:#fff;
}
.team-card:hover span{
color: var(--e-global-color-a52bb49);
}

/* Tablet */

@media(max-width:1024px){
.team-card{
width:45%;
}
}

/* Mobile */

@media(max-width:768px){
.team-card{
width:100%;
}
}
body {
    background-color: #F3F3EB !important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #F7F5EE;
}

/* Main Section */
.truth-section {
    padding: 120px 40px 40px;
    position: relative;
}

/* Center Container */
.truth-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Headline */
.headline {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #3B124F;
    line-height: 1.2;
}

.headline span {
    color: #C92A6A;
}

/* Description */
.description {
    margin-top: 30px;
    font-size: 16px;
    color: #3B124F;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Bottom Line */
.bottom-line {
    margin-top: 80px;
    border-top: 1px solid #C92A6A;
}

/* Advantage Text */
.advantage-title {
    margin-top: 20px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #C92A6A;
}

@media (max-width: 767px) {
	.team-content h3 {

    font-size: 30px;

    width: 100%;
    margin: 0 auto;
}
	.team-content span {
font-size: 25px;
}
	.team-img {
    height: 465px;
	}
}
