*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background: #e7e7e7;
  font-family: 'Muli', sans-serif;
}
.course{
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  max-width: 100%;
  overflow: hidden;
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.course h6{
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.container92{
  position:relative;top:350px
}
.container93{
  position:relative;top:650px
}
.container94{
  position:relative;top:950px;

}
.container95{
  position: relative;
  top: 1250px;
}
.container96{
  position: relative;
  top: 1550px;
}

.course h2{
  letter-spacing: 1px;
  margin: 10px 0;
}
.preview{
  background: #eb5757;
  color: #fff;
  padding: 38px;
  width: 258px;
  position: relative;
}
.preview a{
  color: #fff;
  font-size: 12px;
  opacity: .6;
  margin-top: 38px;
  text-decoration: none;
}
.info93{
  padding: 38px;
  position: relative;
  width: 100%;


}
.progress-wrapper{
  position: absolute;
  top: 30px;
  right: 30px;
  text-align:right;
  width:150px;
}
.progress{
  background: #ddd;
  border-radius: 3px;
  height: 5px;
  width: 100%;


}
.progress::after{
  content: '';
  border-radius: 3px;
  background: #eb5757;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 36%;
}
.progress-text{
  font-size: 10px;
  opacity: .6;
  letter-spacing: 1px;


}
.info93 p{
  font-size: 12px;
  font-weight: bold;

}
.btn95{
  background: #eb5757;
  border: 1px solid transparent;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;

  font-size: 16px;
  padding: 10px 20px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .4s;
  font-weight: bold;
  border-radius: 20px;


}
.btn95:hover{
  background: #fff;
  color: #eb5757;
  border: 1px solid #eb5757;
  transform: scale(1.05);

}
@media screen and (max-width:768px) {
  .container92{
    margin-top: 10%;
  }
  .container93{
position: relative;
top: 900px;
  }
.container94{
position: relative;
top: 1450px;
}
  .container95{
position: relative;
top: 2000px;
  }
  .container96{
position: relative;
top: 2350px;
  }


  .course{
    flex-direction: column;
    width: 90%;
  }
  .preview{
    width: 100%;

  }
  .preview h2{
    margin: 10px 0 0;
  }
  .preview a{
    margin-top: 10px;
  }
  .info93 h2{
    margin-top: 20px;
  }
  .info93 p{
    margin-bottom: 50px
  }
  .btn95{

    padding: 10px 15px;
    font-size: 14px;
  }

}
@media screen and (max-width:465px)  {
  .btn95{
    margin-left: -70%;
  }

}
@media screen and (max-width:365px)  {
  .btn95{
    margin-left: -100%;
  }

}
@media screen and (max-width:424px)  {
  .container92{
    margin-top:20%;
  }

}
