.m-auto {
    margin: auto;
}
.max-w-200 img {
    max-width: 200px !important;
}
.max-h-450 img {
    max-height: 450px !important;
    width: auto;
}
.book-img img {
    border-radius: 4px;
    box-shadow: 3px 2px 6px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 3px 2px 6px 1px rgba(0, 0, 0, 0.18);
}
.heading .divider{
    margin-top: 15px;
    margin-bottom: 15px;
}
.testimonials-container{
    background-color: #ffc35d;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.18);
}
.mb-3{
    margin-bottom: 15px;
}