﻿.hero-overlay {
    background-color: rgba(0, 101, 142, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.object-fit-cover {
    object-fit: cover;
}

.hero-title {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

.hero-description {
    font-size: 1.1rem;
    font-weight: 400;
}