.courseBox {
  padding: 60px 10px 20px;
}

.courseContent {
  padding: 25px;
}

.courseBox .text {
  padding: 15px 0;
  text-align: center;
}
.courseImg {
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
}
.courseImg  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: left ;
}
.courseContent h6 {
  font-size: 1.7rem;
  color: var(--petrol);
  font-weight: 700;
  margin: 5px 0 10px;
}
.courseContent .text {

  padding: 4px 0 ;
  font-weight: 400;

}

.partDataCourse {
  padding: 15px 0 0;
}

.courseContent .mainTitle {
  padding: 15px 0 20px;
}

.btnBox {
  text-align: center;
  padding-top: 20px;
}
.partDataCourse .text b{
 font-weight: 600;
 text-transform: lowercase;
 display: inline-block;
 padding-top: 10px ;
}
@media screen and (min-width: 768px) {
  .courseBox .text {
    text-align: inherit;
    margin: 20px auto;
  }
  .courseImg {
    height: 250px;
  }
  .courseContent h6 {
    font-size: 2rem;
  }
  .courseTable {
    display: flex;
    justify-content: space-between;
  }
  .courseTable > * {
    width: 45%;
  }
  .btnBox {
    text-align: inherit;
  }
}

@media screen and (min-width: 992px) {
  .courseImg {
    height: 400px;
  }
  .courseTable > * {
    width: 38%;
  }
}
