
.lp-23-courses-cm .section-titile{
  max-width: 800px;
  margin:0 auto 50px;
}

.lp-23-courses-cm .section-titile p{
  margin: 0;
} 
.lp-23-courses-cm .row-comp{
  margin: 0 -15px;
}
.lp-23-courses-cm .services-col{
  flex-basis: 33.333333%;
}
.lp-23-courses-cm .services-col .col-space{
  padding: 0 15px;
}
.lp-23-courses-cm .services-col .service-body{
  padding: 30px;
  border: 1px solid #e4e7ff;
}
.lp-23-courses-cm .services-col .col-space:hover .services-img .bg-img{
  transform: scale(1);
}
.lp-23-courses-cm .services-col .single-service{
  margin-bottom: 30px;
}

.lp-23-courses-cm .services-col .single-service .services-img .bg-img{
  max-width: 100%;
  min-height: 250px;
  transform: scale(1.1);
  transition: all 0.356s ease-in-out;
}
.lp-23-courses-cm .services-col .single-service .services-caption h5{
  margin: 0px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.lp-23-courses-cm .services-col .single-service .services-caption h5 a{
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
  display: block;
}
.lp-23-courses-cm .services-col .single-service .services-caption p{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.lp-23-courses-cm .services-col .single-service .services-img{
  overflow:hidden;
  
}
.lp-23-courses-cm .services-col .single-service .services-img img,
.lp-23-courses-cm .services-col .single-service .services-caption h5 a,
.lp-23-courses-cm .services-col{
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.lp-23-courses-cm ul.star-ratings,
.lp-23-courses-cm ul.course-info{
  padding: 0px;
  margin: 0px;
}
.lp-23-courses-cm ul.course-info li{
  margin-right: 8px;
}
.lp-23-courses-cm ul.course-info li:before{
  content:'\f007';
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  margin-right: 4px;
  
}
.lp-23-courses-cm ul.star-ratings li{
  margin-right: 4px;
}
.lp-23-courses-cm .bottom-txt{
    padding-top: 14px;
    border-top: 1px solid #f9f9f9;
  margin-top: 16px;
}
.lp-23-courses-cm .review-txt p,
.lp-23-courses-cm .bottom-txt p{
  margin:0px;
}
.lp-23-courses-cm .lp23-bottom-cta{
  margin-top: 28px;
}
.lp-23-courses-cm .justify-space{
  justify-content: space-between;
}
.lp-23-courses-cm ul.star-ratings li i{
  color: #fbba42;
  font-size: 14px;
}
.lp-23-courses-cm ul.star-ratings.one li:nth-child(n+2),
.lp-23-courses-cm ul.star-ratings.two li:nth-child(n+3),
.lp-23-courses-cm ul.star-ratings.three li:nth-child(n+4),
.lp-23-courses-cm ul.star-ratings.four li:nth-child(n+5){
  display: none;
}
@media(max-width: 991px){
  .lp-23-courses-cm .services-col{
    flex-basis: 50%;
  }
}
@media(max-width: 575px){
  .lp-23-courses-cm .services-col{
    flex-basis: 100%;
  }
  .lp-23-courses-cm .section-titile{
    margin-bottom: 30px;
  }
  .lp-23-courses-cm .section-titile h2{
    font-size: 30px;
  }
  .lp-23-courses-cm .lp23-bottom-cta {
    margin-top: 10px;
}
}
@media(max-width: 479px){
  .lp-23-courses-cm .services-col .service-body{
    padding:30px 20px;
  }
}