.det-img{
	border-radius: 12px;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 51%);

}
h1{
	font-family: "Quicksand",sans-serif;
}
.course-desc{
	text-align: justify;
	margin-top: 18px;
	color: #000;
}
.buy-btn{
	width: 100%;
}
.demo-btn{
	width: 100%;
}
.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    transition: all .3s ease-in-out;
}
.btn-buy, .btn-buy:active {
    background-color: #ff3366 !important;
    color: #ffffff !important;
}
.btn-demo, .btn-demo:active {
    background-color: #1a0077 !important;
    color: #ffffff !important;
}
.bt-parent a {
    border-radius: 50px;
}
.btn {
    padding: 1rem 3rem;
    border-radius: 3px;
}