._register-head {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #555;
}
._custom-box > legend {
    width: max-content;
    padding: 0 20px;
    border-bottom: 0;
}


._custom-box {
    padding: 15px !important;
    border: 1px solid #ddd !important;
    margin-bottom: 30px !important;
}
.head-font{
    font-size: 40px !important;
}
.img-responsive {
    /* width: 100%; */
    height: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: auto;
}

.box-responsive {
    width: 100%; 
    height: 270px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: auto;

}
.pt-10{
    margin-top: 10px;
}
.boxes_img{
    padding-top: 30px;
}
.ImageWrapper {
    text-align: center;
    /* border: 1px solid; */ 
}
.lesson-title{
    padding-top: 10px;
    text-align: center;

}
.ImageWrapper :hover {
 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_wrap{
    padding-top: 2px;
    box-shadow: 3px 3px 3px 3px rgba(50,50,50,.4);
    background-color: #FFF;
    margin-top: 10px;
}
