.cases__hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 23rem;
    max-height: 25rem;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('../../img/cases/hero/background.png');
    background-size: cover;
    padding: 1rem;
}
.casesHero__image{
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casesHero__title{
    font-size: var(--fs-large);
    font-weight: 700;
    color: var(--white);
    text-align: center;
}
.casesHero__subTitle{
    font-size: var(--fs-large);
    font-weight: 700;
    color: var(--light-blue);
    text-align: center;
}