.hero-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
    z-index: 1;
    color: white;
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.hero-section {
    position: relative;
    /* max-height: 75vh; */
}

.single .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #00000088;
}

body:not(.home) .hero-section {
    max-height: 650px;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    filter: brightness(0.7);
    height: auto;
}

@media (max-width: 1600px) {
    .hero-title {
        top: unset;
        bottom: 230px;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1368px) {
    .hero-title {
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 44px;
        line-height: 54px;
        max-width: 100vw;
    }
}

@media (max-width: 630px) {
    .hero-title {
        font-size: 32px;
        line-height: 44px;
        max-width: 100vw;
    }
}
