.case-study-video-vimeo-video {
    min-width: 420px;
    min-height: 302px;
}

.case-study-video-card {
    padding: 1em 3em;
    min-width: 445px;
    animation: fadeInAnimation ease-in 1.2s
}

/* .case-study-video-card:last-child{
    flex-grow: 0;
} */

.case-study-video-card-title-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    color: #4A5C76;
    margin-top: 0.3em;
}

.case-study-video-card-title {
    color: #4A5C76;
    margin-bottom: 0;
}

.case-study-video-card-sector {
    float: right;
    margin-bottom: 0em;
    animation: fadeInAnimation ease-in 1.5s
}

.case-study-video-card-description {
    color: #4A5C76;
    animation: fadeInAnimation ease-in 1.5s
}

.case-study-video-card-speaker {
    font-weight: normal;
    color: #4A5C76;
    margin-bottom: 1.33em;
}


.case-study-video-card:last-child{
    flex-grow: 0;
}

/* @media only screen and (max-width: 990px) {

    .case-study-video-card:last-child{
        flex-grow: 1;
    }
    
} */