.service_row .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service_row .image_block > img {
  object-fit: cover;
}

.service_row .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.service_row .learn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service_row .service_title {
  font-size: 2.4rem;
  line-height: 29px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .service_row .service_title {
    font-size: 2.2rem;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .service_row .service_title {
    font-size: 2rem;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .service_row .service_title {
    font-size: 1.8rem;
    line-height: 24px;
  }
}

.service_row .service_info {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .service_row .service_info {
    font-size: 130%;
    line-height: 22px;
  }
}

.content {
  padding-bottom: 60px;
}

.breadcrumbs {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}
.breadcrumbs li {
  color: #EAEEF7;
}
.breadcrumbs li:last-child {
  color: #ffffff;
}

.service_head {
  padding: 50px 0;
  background: #ffffff;
}
.service_head .section_title {
  width: 980px;
  max-width: 100%;
}
.service_head .description_block {
  color: #3E4869;
  width: 980px;
  max-width: 100%;
  margin-top: 30px;
}

.service_row {
  padding: 60px 0;
}
.service_row:nth-child(2n+1) {
  background: #ffffff;
}
.service_row .service_inner {
  display: flex;
  align-items: flex-start;
}
.service_row .service_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 63.5%;
  flex: 0 0 63.5%;
  padding-right: 40px;
}
.service_row .service_title {
  color: #02155A;
}
.service_row .download_file {
  font-family: "montserrat-medium", "montserratarm";
  color: #2D368F;
  margin-top: 30px;
  display: block;
}
.service_row .download_file:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 170%;
}
.service_row .service_description {
  padding-top: 20px;
}
.service_row .learn_more {
  padding: 0 30px;
  height: 54px;
  border: 1px solid #2D368F;
  font-family: "montserrat-medium", "montserratarm";
  color: #2D368F;
  background: transparent;
  border-radius: 20px;
  margin-top: 30px;
}
.service_row .image_block {
  max-width: 36.5%;
  flex: 0 0 36.5%;
  position: relative;
  overflow: hidden;
}
.service_row .image_block:before {
  display: block;
  content: "";
  padding-bottom: 127.5%;
}
.service_row .small_title {
  color: #02155A;
  font-family: "montserrat-medium", "montserratarm";
  padding-top: 30px;
}
.service_row ul {
  padding: 10px 0 0 20px;
  margin: 0;
  list-style-type: disc;
}

@media screen and (max-width: 1199px) {
  .service_head {
    padding: 40px 0;
  }
  .service_head .description_block {
    margin-top: 20px;
  }
  .service_row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 50px;
  }
  .service_row .learn_more {
    height: 48px;
  }
  .service_row .service_info {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .service_row .image_block {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .service_row .service_info {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service_head {
    padding: 30px 0;
  }
  .service_head .description_block {
    margin-top: 15px;
  }
  .service_row {
    padding: 40px 0;
  }
  .service_row .service_inner {
    display: block;
  }
  .service_row .learn_more {
    height: 48px;
  }
  .service_row .service_info {
    max-width: 100%;
    flex: unset;
  }
  .service_row .image_block {
    max-width: 100%;
    width: 480px;
    flex: unset;
    max-height: 70vw;
  }
  .service_row .service_info {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .service_row .image_block {
    max-height: 80vw;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
  .service_row .image_block {
    max-height: 90vw;
  }
  .service_row .learn_more,
  .service_row .download_file {
    margin-top: 20px;
  }
  .service_row .service_description {
    padding-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content {
    padding-bottom: 40px;
  }
  .service_row {
    padding: 30px 0;
  }
  .service_row .image_block {
    max-height: none;
  }
}
.web .service_row .download_file, .service_row .web .download_file {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .service_row .learn_more, .service_row .web .learn_more {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .service_row .download_file, .service_row .touch .download_file {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .service_row .learn_more, .service_row .touch .learn_more {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .service_row .learn_more:hover, .service_row .web .learn_more:hover {
  background: #02155A;
  color: #ffffff;
  border-color: transparent;
}
.web .service_row .download_file:hover, .service_row .web .download_file:hover {
  color: #F78D1F;
}
.touch .service_row .learn_more:active, .service_row .touch .learn_more:active {
  background: #02155A;
  color: #ffffff;
  border-color: transparent;
}
.touch .service_row .download_file:active, .service_row .touch .download_file:active {
  color: #F78D1F;
}

/*# sourceMappingURL=schoolServices.css.map */
