.case {
    margin-top: 60px;
    border-radius: 30px;
    background-color: var(--light);
    padding: 30px 0
}

.case__container {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto
}

.case__info {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.case__head {
    text-align: center;
    margin-bottom: 30px
}

.case__tag {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    padding: 4px 10px;
    border-radius: 32px;
}

.case__tag-icon {
    margin-right: 10px;
}

.case__date {
    display: inline-flex;
    align-items: center;
    color: #5E6B6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.case__date-icon {
    margin-right: 10px;
}

.case__title {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
}

.case__description {
    color: var(--gray-200);
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: var(--lh-sm);
    margin-top: 20px
}

@media (min-width: 760px) {
    .case {
        padding: 40px 0
    }

    .case__head {
        margin-bottom: 40px
    }

    .case__description {
        font-size: var(--text-size);
    }
}

@media (min-width: 1290px) {
    .case {
        padding: 60px 0
    }

    .case__head {
        margin-bottom: 60px
    }

    .case__description {
        font-size: var(--text-size-18);
    }
}

.case__preview-wrapper {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding-bottom: 49.725%;
    margin-top: 30px
}

@media (min-width: 760px) {
    .case__preview-wrapper {
        margin-top: 40px
    }
}

@media (min-width: 1290px) {
    .case__preview-wrapper {
        margin-top: 60px
    }
}

.case__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case__content :not(a,h1,h2,h3,h4,h5,h6) {
    color: var(--gray-200)
}

.case h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.case__content p:not(:last-of-type) {
    margin-bottom: 10px
}

.custom-seo.case__content a {
    font-weight: inherit;
}

.case__description + figure {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding-bottom: 49.725%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 760px) {
    .case__description + figure {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1290px) {
    .case__description + figure {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.case__description + figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0;
}

.case__content .has-text-align-left {
    text-align: left;
}

.case__content .wp-block-heading,
.case__content p,
.case__content .wp-block-list li {
    text-align: initial;
}

.case__content ul li::before {
    background-color: #5E6B6E;
}

.case__head {
    margin-bottom: 0;
}

.case-template-default .case {
    margin-top: 0;
}

@media (min-width: 1290px) {
    .case-template-default .breadcrumbs {
        margin-bottom: 20px;
    }
}

.about-project__highlight-card-quote {
    display: block;
}

.about-project__highlight-card p {
    color: #001124;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.about-project__highlight-card .about-project__highlight-card-footer {
    color: #001124;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
}

.share-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.share-block .share-block__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.share-block__list {
    display: flex;
    gap: 10px;
}

.share-block__link {
    filter: brightness(0%);
    transition: all 0.3s ease;
}

.share-block__link:hover {
    filter: brightness(100%);
}

.relevant-card .h6 {
    font-weight: 400;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.image-grid__item {
    display: flex;
}

.image-grid img {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}
