.content-detail-block {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    border-radius: 18px
}

.content-block-image {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    border-radius: 18px;
}

.content-poster {
    max-height: 500px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 18px;
}


.content-body {
    --dark-color: #484848;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
    text-align: justify;
}

.content-body h2 {
    --h2-font-size: 2.25rem;
}

.content-body h3 {
    --h3-font-size: 1.8rem;
}

.content-body h4 {
    --h4-font-size: var(--p-font-size);
    text-transform: uppercase;
    font-weight: 800;


}