.course_container{
  /*width: 90%;*/
  margin-left: auto;
  margin-right: auto;
  
  /*margin-top: 30px;*/
  /*margin-bottom: 30px;*/
}

.course_box{
  background-color: #333;
  padding: 20px 10px 10px 10px;
  color: #fff;
  text-align: center;
  height: 100%;
}

div.content-box.big .ch-info-wrap {
    position: relative;
    left: auto;
    top: auto;
}

.course_box h4{
  height: 70px;
}




.course_box p{
  width: 90%;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*padding-bottom: 20px;*/
}

@media (max-width: 768px){.course_box p{height: 100px;}}
@media (min-width: 925px){.course_box p{height: 200px;}}
@media (min-width: 1200px){.course_box p{height: 150px;}}


.course_box img{
  margin-bottom: 10px;
}

.course_box .btn{
  text-align: center;
  border-radius: 0;
  padding: 0 12px;
  margin: 0 5px 10px 0;

  font-size: 1em;
}

.course_box .btn-primary {   
     background-color: #fff; 
     border-color: #fff; 
}




.shar{
  background-color:#0f71a7;
}

.qur{
  background-color:#191742;
}

.qur_fem{
  background-color:#830c3e;
}


.arabic{
  background-color:#b34422;
}

.kids{
  background-color:#0a6a35;
}

.shar .btn-primary {
    color: #0f71a7;
}

.qur .btn-primary {
    color: #191742;
}

.qur_fem .btn-primary {
    color: #830c3e;
}

.kids .btn-primary {
    color: #0a6a35;
}


.arabic .btn-primary {
  color:#b34422;
}

  /*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    
}*/