.projects_page {
  margin-bottom: 0;
}
.projects_page .services_section {
  position: static !important;
  margin: 40px 0;
}
.projects_page .services_slider .service_title {
  max-width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects_page .services_slider .inner_title {
  -webkit-line-clamp: 5;
}
.projects_page .services_slider .slide_content {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.projects_page .services_inner_list {
  background: #081539;
}
.projects_page .slide_block {
  float: left;
  width: 33.33%;
}
.projects_page .slide_block::before {
  padding-bottom: 100%;
}
.projects_page .slide_block:first-child {
  width: 66.66%;
}
.projects_page .slide_block:first-child:before {
  margin-top: -1px;
}
.projects_page .slide_block:first-child .inner_title {
  -webkit-line-clamp: 13;
}
.projects_page .slide_block:not(:last-child) {
  border: none;
}
@media (max-width: 1440px) {
  .projects_page .projects_page {
    opacity: 0;
  }
  .projects_page .service_title {
    font-size: 180%;
    line-height: 24px;
  }
  .projects_page .inner_title {
    font-size: 300%;
    line-height: 34px;
  }
  .projects_page .inner_block {
    padding: 25px;
  }
  .projects_page .inner_desc {
    margin-top: 15px;
    font-size: 140%;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .projects_page .inner_title {
    font-size: 240%;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .projects_page .slide_block {
    width: 33.3%;
  }
  .projects_page .slide_block:first-child {
    width: 33.3%;
  }
  .projects_page .services_slider .inner_title {
    -webkit-line-clamp: 3 !important;
  }
}
@media (max-width: 767px) {
  .projects_page .slide_block {
    width: 50%;
  }
  .projects_page .slide_block:first-child {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .projects_page .slide_block {
    width: 100%;
  }
  .projects_page .slide_block:first-child {
    width: 100%;
  }
}

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