/* Enter Your Custom CSS Here */


/*.choose-course-wrapper {background-color:red}*/



@media screen and (max-width: 600px) {
  .choose-course .choose-course-wrapper .col-md-4 {
      /*background-color:blue;*/
  
      margin-bottom: 70px !important;
      width: 100% !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  .choose-course .choose-course-wrapper .col-md-4 {
      /*background-color:red;*/
 
      margin-bottom: 70px !important;
      width: 100% !important;
  }
}


.icon-background img {
    max-width: 145px;
}