.breadcrumb-section,
.entry-header {
    display: none;
}

.single-case {

    .single-case__image-container {
        aspect-ratio: 1170/570;
    }

    .wp-post-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .content {
        text-align: center;
        max-width: 600px;
        margin: 24px auto 62px;

        h1, h2, h3, h4, h5, h6 {
            font-weight: 600;
            margin: 0 auto 24px auto;
            font-size: 22px;
        }

        p {
            font-size: 16px;
            line-height: 1.62;
            margin: 0 auto;
        }
    }

    .slider-pro {
        margin: 62px 0;
    }
}

.case-related-products {
    margin: 62px 0 0 0;

    .products {
        border-bottom: none !important;
    }

}

.case-related-products__title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}
