/* CSS Document */
.section-white .row {
    margin-bottom: 30px;
	--bs-gutter-y: 30px;
}
.personalized-service {
  padding: 60px 4vw;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #003865;
  margin: 0 0 30px
}
.personalized-service:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/bnn-personalized-service.jpg) no-repeat center bottom; */
  background-size: cover;
  opacity: .4;
}
.personalized-service * {
  position: relative;
}
.personalized-service h2 {
  text-align: center;
  margin: 32px 0;
}
.blue-card {
	height: 100%;
	color: #fff;
	padding: 25px;
	border-radius: 10px;
	border-bottom: 6px solid var(--salmon, #FF8DA1);
	background: var(--main-color, #003865);
}
.blue-card h2 {
	color: var(--salmon, #FF8DA1);
}
/*=========================================== GALLERY SECTION ==============================================*/
.gallery-section {
  padding: 38px 0 40px;
  background: var(--light-gray, #F5F5F5);
}
.gallery-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.gallery-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.gallery-section h2 span {
	display: block;
	color: var(--main-color, #003865);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.6px;
}

/*=========================================== PARTNERSHIPS SECTION ==============================================*/
.partnerships-section {
  text-align: center;
  padding: 60px 0;
  color: #fff;
  background: var(--salmon, #FF8DA1);
}
.partnerships-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.partnerships-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.partnerships-section h2 {
	color: #fff
}
.partnerships-section ul li {
	vertical-align: middle
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}