.slider_with_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider_with_img .content-wrapper{
  max-width:85%;
}
.slider_with_img .about_us_describe {
  width: 100%;
}
.slider_with_img .right_col_slider h4 {
  margin-bottom: 22px;
}
.slider_with_img .right_col_slider:before {
  min-height: 68px;
  content: "";
  max-width: 97px;
  width: 100%;
  position: absolute;
  top: 5px;
  right: -50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider_with_img .right_col_slider {
  position: relative;
  z-index: 1;
}
.slider_with_img .left_col_img img {
  display: block;
  width: 100%;
  max-width: 279px;
  max-height: 269px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto 20px;
}
.slider_with_img .about_us_describe i {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: opacity .5s 0s,-webkit-transform .5s .5s;
  transition: opacity .5s 0s,-webkit-transform .5s .5s;
  -o-transition: opacity .5s 0s,transform .5s .5s;
  transition: opacity .5s 0s,transform .5s .5s;
  transition: opacity .5s 0s,transform .5s .5s,-webkit-transform .5s .5s;
}
.slider_with_img .about_us_describe p+p{
  font-weight: 400;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  padding: 7px 15px 0px 15px;
  margin-bottom:40px;
}
.slider_with_img ul.slick-dots li {
  background-color: var(--accenta_color);
  border: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0.25;
}
.slider_with_img ul li:hover{
  background-color: var(--accenta_color);
    opacity: 1;
}
.slider_with_img ul.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style-type: none;
  padding: 0;
  margin:0;
}

.slider_with_img ul.slick-dots li.slick-active {
  height: 13px;
  width: 13px;
  background-color: var(--accenta_color);
  opacity: 1;
}
.slider_with_img ul.slick-dots li button{
  display: none;
}
.slider_with_img ul.slick-dots li button:hover{
  background-color: transparent;
  border: none;
  border-color:transparent;
}
.slider_with_img .left_col_img {
  -ms-flex-preferred-size: 32.15%;
  flex-basis: 32.15%;
  margin-right: 5.5%;
}
.img_slider_flex {
  align-items: center;
}

@media(max-width:768px){
  .slider_with_img .right_col_slider h4{
    font-size: 28px;
    line-height: 1.2;
  }
}

@media(max-width:768px){
  .slider_with_img .left_col_img img {
    max-width: 20%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
  }
  .slider_with_img .right_col_slider h4{
    font-size: 28px;
  } 
}
@media(max-width:480px){
  .slider_with_img .right_col_slider:before{
    display:none;
  } 
  .slider_with_img .about_us_describe i {
    font-size: 18px;
  }
  .slider_with_img .about_us_describe p.author_name {
    font-size: 16px;
    text-align: center;
    margin-left: 0;
  }
  .slider_with_img ul.slick-dots {
    justify-content: center;
  }

}
@media(max-width:980px){
  .slider_with_img .right_col_slider {
    width: 100%;
  }
}
@media(min-width:981px){
  .slider_with_img .right_col_slider {
    width: 59.5%;
    text-align: justify;
  }
}
@media(min-width:861px) and (max-width:980px){
  .left_col_img {
    margin-bottom: 50px;
  }
  .slider_with_img .about_us_describe p{
    margin: 10px 0px 25px 50px;
  }

}
@media(max-width:860px){
  .slider_with_img .about_us_describe i {
    margin: 0px;
  }

}

@media(max-width:480px){
  .slider_with_img .about_us_describe p+p {
    text-align: center;
    font-size: 16px;
  }
}