/* line 1, ../sass/index.scss */
h2.custom_h2 {
  color: #1859a2;
}

/* line 5, ../sass/index.scss */
p.para {
  font-weight: bold;
  color: #808285;
  font-size: 23px;
}

/* line 11, ../sass/index.scss */
h4.custom_h4 {
  font-size: 14px;
}

/* line 15, ../sass/index.scss */
div.custom_team_item {
  background-color: white;
}

/* line 19, ../sass/index.scss */
p.para1 {
  margin-top: 20px;
}

/* line 23, ../sass/index.scss */
h3.custom_h3 {
  color: #1859a2;
  font-weight: bold;
}

/* line 27, ../sass/index.scss */
p.custom_labeling {
  color: #808285 !important;
}

/* line 31, ../sass/index.scss */
div.custom_banner {
  padding: 115px 0 110px;
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}

/* line 40, ../sass/index.scss */
img.icon_size {
  width: 60px !important;
  display: inline;
}

/* line 44, ../sass/index.scss */
div.custom_promo {
  height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
/* line 49, ../sass/index.scss */
div.custom_promo a.start_learning {
  border-radius: 4px;
  color: white;
  border: 2px solid white;
  box-shadow: none;
  background: none;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 61, ../sass/index.scss */
div.custom_promo a.start_learning:hover {
  background: none;
  border: 2px solid white;
}
