body{background: #f8f9fa!important;}
.custom-card{background: #fff; padding: 1rem; border-radius: 2px; display: inline-block; min-height: 300px; margin-top:1rem; position:relative; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
 .title{ font-size:1.8rem; font-weight: 600; margin-top:0;}
  .custom-card,div{ font-size:14px;line-height: 2.4rem; font-weight:300; }
  .custom-card ul{padding:0px; list-style-type: none;}
  .custom-card ul li{padding-bottom: 0.5rem;}
  .content_card{background: #fff; padding: 1rem; border-radius: 2px; display: inline-block; min-height: 300px; margin: 1rem; position: relative; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.24); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.24); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.24); padding:2rem; margin-top:1rem;}
    .content_card h1{ font-size:2.4rem;}
	.content_card h2{ font-size:2rem; padding-top:2rem; padding-bottom:1.5rem;}
	.content_card h3{ font-size:1.8rem; padding-top:2rem;}
	.custom-card ol li{ padding:0; margin:0;}
	.custom-card li{ line-height:2rem; padding-left:0; padding-top:1rem; margin-left: 1.5rem;}	.courses-box {        width: 100%;        box-shadow: 0 1px 1px 0 rgb(66 66 66 / 8%), 0 1px 3px 1px rgb(66 66 66 / 16%);        padding: 1rem;        padding-bottom: 2rem;        margin-bottom: 3rem;        transition: 0.3s;        background-color: #fff;        border-radius: 5px;      }      .courses-box:hover {        box-shadow: 0 1px 24px 0 rgb(66 66 66 / 8%), 0 1px 24px 1px rgb(66 66 66 / 16%);        transition: 0.3s;      }            .courses-box h3 {        font-size: 1.4rem;        text-transform: uppercase;        text-align: center;        margin-top: 0.5rem;        margin-bottom: 0rem;        color: black;      }     .col-md-2 a:hover {        text-decoration: none;      }      .courses-box-btn {        display: block;        margin: 1rem auto 0;        width: 70px;        padding: 0.3rem;        border-radius: 3px;        background: #4136dc;        text-align: center;        color: #fff;        font-size: 1.1rem;      }      .courses-box span {        display: flex;        width: 50px;        justify-content: center;        height: 50px;        align-items: center;        margin: 1rem auto;      }	  .courses-box span img {		width: 50px;	  }
	