/* *{
    font-family: 'Courier New', monospace;
 } */
h1{
   font-family: 'Courier New', monospace;
}
.divider{
   border-bottom: 2px solid  goldenrod;
   width:20%;

}

.dividerr{
   border-bottom: 2px solid  #ff3860;
   width:20%;

}
.section h4{
  font-weight: bold;

}

@media only screen and (max-width: 767px){
       .mbl-hidden{
         display: none;
       }
       .mbl-center{
         margin: 0 auto;
         text-align: center;
       }
       .mbl-margin{
         padding-top: 50px;

       }

}
@media only screen and (min-width: 768px){
.center{
  margin: 0 auto;
  text-align: center;
}
.div-center{
   margin: 0 auto;
}

}

/* .info-section{
  background:  #f2f2f2;
 } */
 .bold{
   font-weight: bold;
 }
.icon{
  font-size: 64px;
  color: #ff0b44;
  
}
.h2 {
  font-size: small;
  
}
.btn-danger {
  background-color: #ff0b44;
}

.course-card{
   box-shadow: 0 0 15px 1px rgba(144, 94, 0, 0.4);
}

.small{
  font-size: 0.9em;
  color: rgb(94, 93, 93);
}
.small-heading{
  font-weight: bold;
  font-size:1.1em;

}
.button:hover{
  color: white !important;
}
