.backg {
    background-image: url(../images/makeup-acedmy.jpg);
    width: 100%;
    min-height: 55px;
    background-size: cover;
    /* background-position: right -454px; */
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
.form1 {
    border-radius: 8px;
    border: 2px solid #fff;
    min-height: 370px;
	background: #fff;
    margin: 35px 0px 8px 0px !important;
}
.course-2 .info .title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #000;
}
.course-2 .info {
    position: relative;
    padding: 30px 30px 40px;
}
.course-2 .thumbnail {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 10px #c69c3c inset;
}
.course-2:hover {
    background-color: #fff;
    box-shadow: 0 14px 59px #0000001f;
}
.course-section {
    background: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.course-2 {
    overflow: hidden;
    height: 100%;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c69c3c;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 0.9rem !important;
  line-height: 1.5;
  border-radius: .3rem;
}