.details__body {
    background-color: #f4f4f3;
    color: #222;
    line-height: 24px;
}
.details__content {
    margin-top: 80px;
}
.details__content .content {
    margin-top: 30px;
}
.details__tutors ul {
    list-style: none;
    padding-left: 0;
}
.details__tutors h2 {
    padding-top: 0;
}
.details__tutors a {
    color: #524f4e;
}
.details__tutors a:hover {
    color: #fa6a36;
    text-decoration: none;
}
.details__quote {
    border-width: 2px;
}
.quote__author {
    font-style: italic;
    line-height: 27px;
}
.workshop__description__image {
    max-width: 100%;
}
