.et_pb_dp_dmb_module_785_0 {
  --swiper-navigation-color: var(--dark-blue);
  --swiper-navigation-size: 60px;
}

.et_pb_dp_dmb_module_785_0 .swiper-button-next::after, .et_pb_dp_dmb_module_785_0 .swiper-button-prev::after {
  --swiper-navigation-size: 40px;
}

.et_pb_dp_dmb_module_785_0 .swiper-button-next, .et_pb_dp_dmb_module_785_0 .swiper-button-prev {
  background: #fff;
}
.et_pb_dp_dmb_module_785_0 .swiper-button-next {
  right: 0;
}
.et_pb_dp_dmb_module_785_0 .swiper-button-prev {
  left: 0;
}


.activities-main-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activities-meet-section{
  width: 80%;
  display: flex;
}

.meet-section-image{
  width: 50%;
  margin-top: -3em;
}

.meet-section-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meet-section-content{
  width: 50%;
  margin-left: 1.5em;
  padding: 2em;
}

.meet-section-title{
  margin-bottom: 0.5em;
}

.meet-section-sub-title{
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-24);
  letter-spacing: 0.2em;
  line-height: 1.67em;
}

.meet-section-description{
   margin-top: 1em;
}

.activities-divider{
  width: 80%;
  border: none;
  height: 1px;
  background: #7A7A7A;
  margin-bottom: 2em;
  margin-top: 2em;
}

.activities-second-section{
  width: 80%;
  display: flex;
  margin-top: 2em;
}

.second-section-image{
  width: 40%;
}

.second-section-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-section-content{
  width: 50%;
  margin-left: 1.5em;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activities-section{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
  margin-top: 2em;
  
}

.activities-content{
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.service-slider-title{
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.service-slider-title p{
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--fs-24);
  text-align: center;
}

.activities_slider_swiper{
  width: 100%
}

.service-slider-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.service-slider-image{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 0.5em;
}

.service-slider-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
}

.service-slider-description{
  padding: 0.5em;
  width: 80%;
  text-align: center;
}

@media only screen and (max-width: 980.99px) {
  .activities-meet-section {
    width: 80%;
    display: flex;
    flex-direction: column;
	align-items: center;
  }
  
  .meet-section-image{
	width: 80%;
	margin-top: -2em;
  }

  .meet-section-content{
	width: 80%;
	margin-left: 1em;
	padding: 1em;
  }
  
  .activities-second-section{
	width: 80%;
	flex-direction: column;
	align-items: center;
  }
  
  .second-section-image{
	width: 90%;
  }
  
  .second-section-content{
	width: 90%;
	margin-left: 0em;
	padding: 1em;
	justify-content: center;
  }
}

@media only screen and (max-width: 781.99px) {
  .activities-meet-section {
    width: 90%;
  }
  
  .meet-section-image{
	width: 90%;
  }

  .meet-section-content{
	width: 90%;
  }
  
}

