#about .about_text {
  color: #090950;
}

#about .about_text h2 {
  position: relative;
  margin: 0 0 18px;
  line-height: 1.05;
  font-weight: 800;
  color: #090950;
}

#about .about_text h2:not(:first-child) {
  margin-top: 40px;
}

#about .about_text p {
  margin: 0 0 20px;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(9, 9, 80, 0.82);
	  padding-left: 20px;
}

#about .about_text p strong {
  display: inline;
  padding: 0 4px 2px;
  background: linear-gradient(
    to top,
    rgba(50, 50, 255, 0.14) 38%,
    transparent 38%
  );
  line-height: 1.55;
  font-weight: 800;
  color: #090950 !important;
}

#about .about_text ol {
  margin: 22px 0 0;
  padding-left: 42px;
  list-style: decimal;
  counter-reset: none;
}

#about .about_text ol li {
  position: static;
  margin-bottom: 10px;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(9, 9, 80, 0.86);
  line-height: 1.5;
	font-weight: 400;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  #about .jeg-vc-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  #about .about_image {
    order: -1 !important;
    width: 100% !important;
    margin-bottom: 24px;
  }

  #about .about_text {
    order: 1 !important;
    width: 100% !important;
  }
	
	
	  #about {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #about .jeg-vc-wrapper,
  #about .wpb_column,
  #about .jeg_wrapper,
  #about .wpb_wrapper,
  #about .wpb_text_column,
  #about .content-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #about .about_image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}
