/** Shopify CDN: Minification failed

Line 8:1 Expected identifier but found "{"
Line 8:2 Unexpected "{"
Line 8:11 Expected ":"

**/
.{{ section.id }} .servics_left{
    width: 44%;
    padding: 100px 0 100px 60px;
}
.services_heading{
    margin-bottom: 40px;
  color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
}
.services_block_heading{
  font-size: 18px;
  line-height: 1;
}
.services_block_content{
  margin: 0;
  line-height: 1;
  font-size: 12px;
}
.services{
  padding-left: 20px;
}
.services_block:nth-child(1) {
  padding-bottom: 45px;
  border-right: 1px solid #dbdfe8;
  border-bottom: 1px solid #dbdfe8;
}

.services_block:nth-child(2) {
  padding-left: 35px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dbdfe8;
}

.services_block:nth-child(3) {
  padding-top: 45px;
  border-right: 1px solid #dbdfe8;
}

.services_block:nth-child(4) {
  padding-left: 35px;
  padding-top: 45px;

}
.schedule_call{
  margin-top: 50px;
}

.contact_us_slider{
  height: 100%;
}
.schedule_call_btn{
  line-height: 1.5;
}
  .ervicess_right_slide_area{
    height: 100%;
    flex: 1;
  }
.slider_col_list{
  
display: flex
;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    height: 100%;
}
#swiper_wrapper__2{
      height: 100% !important;
    transition: transform 8000ms linear 0s;
}
  .contact_us_wrapper{
    height: 700px;
    overflow: hidden;
  }
@media (max-width: 768px){
  .servics_left{
    width: 100%;
    padding: 50px 23px 0;
  }
  .schedule_call{
    text-align: center;
    margin-bottom: 20px;
  }
  .block{
    flex-direction: column;
    gap: 10px;
  }
  .services{
    text-align: center;
  }
  .slider_list_column{
    padding: 0 5px !important;
  }
  .contact_us_wrapper{
    height: unset;
  }
  .ervicess_right_slide_area{
    height: 500px;
  }
  .services_block:nth-child(1) {
  border: none;
    flex: 0 0 50%;
    padding: 0;
}

.services_block:nth-child(2) {
  border-bottom: none;
  flex: 0 0 50%;
  padding: 0;
}

.services_block:nth-child(3) {
  border-right: none;
  flex: 0 0 50%;
}
  .services_block:nth-child(4){
     flex: 0 0 50%;
    padding-left: 0;
  }
  .services{
    padding: 0;
  }
  .services_heading{
    font-size: 28px;
  }
}
