#quote-section {
    padding: 80px 0;
}

.link-back {
    color: var(--orange-sevilla-100);
}

.link-back:hover {
    cursor: pointer;
    color: var(--orange-sevilla-70);
}

.text-heading-sidebar {
    font-family: var(--raleway);
    font-size: 20px;
    font-weight: 600;
    color: var(--black-100);
}

#cactus-feedback-video {
    box-shadow: -50px 80px 0px 1px var(--black-04);
    margin-bottom: 170px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.cases-section iframe {
    box-shadow: -50px 50px 0px 1px var(--black-04);
    height: auto;
    aspect-ratio: 16/9;
}

.image-cases {
    border-radius: 12px;
    aspect-ratio: 16/9;
    width: 100% !important;
    object-fit: cover;
}

.slash span {
    color: var(--black-40);
}

.image-taxonomy-cases {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.img-cases-header {
    max-height: 200px;
    object-fit: contain;
}

.text-link-open-sans {
    font-family: var(--open-sans);
    font-size: 14px;
    line-height: 1.43;
    color: var(--blue-sky-100);
}


/* Single Case Post */

#cases-post .wp-block-image img {
    object-fit: cover;
    margin-bottom: 3rem !important;
    height: fit-content;
}

#cases-post .content p {
    margin-bottom: 1.5rem !important;
}

#cases-post h1,
h2,
h3,
h4 {
    margin-bottom: 1.5rem !important;
}

.logo-case {
    width: auto !important;
    max-height: 100px;
    max-width: 100%;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.cta-form-block{
    border-radius: 12px;
}


@media (min-width:600px) and (max-width: 992px) {
    #cases .sidebar {
        width: 33.333333%;
    }
    #cases-post .sidebar {
        width: 33.333333%;
    }
    #cases-post .sidebar .btn-outline-primary {
        font-size: 14px;
    }
    .cases-section iframe {
        box-shadow: -50px 50px 0px 1px var(--black-04);
        height: auto;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 600px) {
    #cases-post .sidebar {
        width: 100%;
    }
    #cases .sidebar {
        width: 100%;
    }
    #cactus-feedback-video {
        box-shadow: none;
        margin-bottom: 0px;
        width: 100%;
    }
}