.solutions_content{
  background: #e5e5e5;
  padding: 40px 40px 120px 80px;
}
.solutions_content_title h3{
  font-family: Circular Std;
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 150%;
  /* identical to box height, or 216px */
  color: #393089;
  position: relative;
  margin-top: -140px;
}
.title_green h2{
  color: #393089;
}
.content_green{
  background: #85BC25;
}
.solutions_image img{
  max-width: 450px;
  width: 100%;
  position: relative;
  margin-top: -60px;
  margin-left: -35px;
}

/*slider*/ 
.solutions_content_slider{
  width: 590px;
  margin-left: 80px;
}
.slider-vertical_content h2{
  font-family: Circular Std;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  letter-spacing: 0.02em;
  color: #5D378D;
  margin-top: 10px;
}
.slider-vertical_content_white h2{
  font-family: Circular Std;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  letter-spacing: 0.02em;
  color: #5D378D;
  margin-top: 10px;
}
.slider-vertical_content_divider hr{
  border-bottom: 1px solid #5D378D;
}
.slider-vertical_content p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 145.5%;
  /* or 23px */
  letter-spacing: 0.04em;
  color: #58506B;
  margin-bottom: 25px;
}
.slider-vertical_content_white p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 145.5%;
  /* or 23px */
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 25px;
}
.solutions_tag_item{
  margin-right: 15px;
  margin-bottom: 15px;
  height: 40px;
  border: 1px solid #58506B;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions_tag_item a,.solutions_tag_item span{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 145.5%;
  /* identical to box height, or 15px */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #58506B;
  margin-bottom: 0px;
}
.solutions_tag_item a:hover{
  color: #E82F85;
}
.solutions_tag_item_white{
  margin-right: 15px;
  margin-bottom: 15px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.solutions_tag_item_white a,.solutions_tag_item_white span{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 145.5%;
  /* identical to box height, or 15px */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
.solutions_tag_item_white a:hover{
  color: #E82F85;
}
.slick-custom-prev{
  position: absolute;
  left: -70px;
  top: 85px;
}
.slick-custom-next{
  position: absolute;
  left: -70px;
  bottom: 85px;
}

@media (max-width: 480px){
  .our_work{
    background: #E2DFFF!important;
    margin-bottom: 0px!important;
    padding-bottom: 120px!important;
  }
  .solutions_content {
    background: #94CB34;
    padding: 40px 20px 100px 20px;
  }
  .solutions_content_title h2{
  font-family: 'Circular Std';
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 115%;
  /* or 40px */
  color: #5D378D;
  margin-bottom: 0px;
}
  }
  .solutions_content_slider{
    width: auto;
    margin-left: 50px;
  }
  .slick-custom-prev{
    position: absolute;
    left: -40px;
    top: 105px;
  }
  .slick-custom-next{
    position: absolute;
    left: -40px;
    bottom: 105px;
  }
  .solutions_tag_item {
    margin-right: 15px;
    margin-bottom: 15px;
    height: 30px;
    border: 1px solid #58506B;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solutions_tag_item a {
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 145.5%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #58506B;
    margin-bottom: 0px;
  }
  .slick-custom-next-horizontal {
    position: absolute;
    left: 25%!important;
    bottom: -80px!important;
    z-index: 2;
  }
  .slick-custom-prev-horizontal {
    position: absolute;
    right: 25%!important;
    bottom: -80px!important;
    z-index: 2;
  }
}