.single-story {
    background: #fff;
    border-radius: 24px;
    color: #6D6A8F;
    font-size: 16px;
    font-weight: 400;
    font-family: "OpenSans", sans-serif;
    padding-bottom: 16px;
}
.single-story .author-image {
    height: 262px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
    margin-bottom: 24px;
}
.single-story p {
    margin: 0 24px 24px;
    text-align: justify;
}
.single-story .stars {
    margin: 0 24px 16px;
}
.single-story h3 {
    color: #0E1134;
    font-size: 20px;
    font-weight: 700;
    margin: 0 24px 10px;
    font-family: "Tinos", sans-serif;
}
.single-story span {
    margin: 0 24px 0px;
    display: block;
}