.single-dichvu {
    display: flex;
    gap: 36px;
    margin-top: 50px;
    .waperr-content {
        flex: 1 0 0;
        padding: 32px 32px 59px 32px;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
        .detail-content {
            h5,
            h4,
            h3,
            h2 {
                color: #115c9a !important;
            }
        }
    }
    .aside-book {
        position: sticky;
        top: 150px;
        width: 403px;
        height: max-content;
        padding: 22px 24px 38px 28px;
        flex-shrink: 0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.14);
        .aside-book-heading {
            color: #115c9a;
            font-family: Roboto;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.4; /* 140% */
            text-transform: uppercase;
            margin-bottom: 12px;
        }
        .aside-book-price {
            color: #115c9a;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.16; /* 116.667% */
            margin-bottom: 0;
        }
        .aside-book-sale {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 1;
            text-decoration: line-through;
        }
        .aside-book-btn {
            margin-top: 24px;
        }
        .aside-book-rateting {
            display: flex;
            align-items: center;
            gap: 4px;
            p {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 1;
                margin-bottom: 0;
            }
        }
    }
}
.related-single {
    margin-top: 65px;
    .related-heading {
        text-align: center;
    }
}
@media screen and (max-width: 849px) {
    .single-dichvu {
        flex-direction: column-reverse;
        .aside-book {
            width: 100%;
            position: unset;
        }
        .waperr-content {
            padding: 32px 16px 59px 16px;
        }
    }
}
