:root {
	--ms-blue: #0e58a4;
	--ms-orange: #F16B2C;
	--ms-golden: #edf906;
	--ms-white: #fbf9f6;
	--ms-black: #121212;
	--ms-darkBlue: #162a45;
	--ms-lightBlue: #8ceef9;
	--ms-grey: #f4f4f4;
	--animate-delay-1: 2.5s;
  }


  
  .text-ms-golden {
	color: var(--ms-golden);
  }
  
  .text-ms-orange {
	color: var(--ms-orange);
  }
  
  .text-ms-black {
	color: var(--ms-black);
  }
  
  .text-ms-light-blue {
	color: var(--ms-lightBlue);
  }
  
  .text-ms-white {
	color: var(--ms-white);
  }
  
  .bg-ms-blue {
	background-color: var(--ms-blue);
  }
  
  .bg-ms-cl1 {
	background-color: #f6fff9;
  }
  
  .bg-ms-cl2 {
	background-color: #f9f9f9;
  }
  
  .bg-ms-grey {
	background-color: var(--ms-grey);
  }
  
  .bg-ms-orange {
	background-color: var(--ms-orange);
  }
  
  .bg-ms-white {
	background-color: var(--ms-white);
  }
  
 /* .bg-ms-darkBlue {*/
	/*background-color: var(--ms-darkBlue);*/
 /* }*/
/* ----------- SLIDER ------------ */
.about-section .swiper {
	width: 100%;
}

.about-section .swiper-wrapper {
	width: 100%;
	height: 35em;
	display: flex;
	align-items: center;
}

.about-section .card {
	width: 25em;
	height: 85%;
	background-color: #ffffff;
	border-radius: 1em;
	box-shadow: 0 0 1em #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 2em;
}

.about-section .swiper-slide {
	display: flex;
	/* height: auto; */
	align-items: center;
	justify-content: center;
}

.about-section .swiper-slide:not(.swiper-slide-active) {
	filter: blur(10px);
	
}

.about-section .card_content {
	display: flex;
	margin-top: 10px;
	align-items: center;
	flex-direction: column;
}

.about-section .card_title {
	font-size: 24px;
	font-weight: 600;
	
}
