

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

    .outer_section  .slick-dots {
    bottom: 0;
}
  .outer_section {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .card {
    float:left;
    max-width: 33%;
    background-color: #fff;
    position: relative;
    border: 1px solid #e4e5e7;
    width: 100%;

}
.profile_sec {
    display: flex;
}

.profile_sec .profile_img {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.profile_sec .profile_img img {
    width: 100%;
}
.left_single_service {
    width: 70%;
    float: left;
}
.right_single_service {
    width: 30%;
    float: right;
}