.hero-landing-page {
    width: 100%;
    /* 
    background-color: #262726e0;
    */
    background-color: #26272696;
    height: calc(92vh - 115px);
    background-image: url(../images/slider-interno-arquitetura-comercial-interno.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
}

.hero-landing-page-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
}

.hero-landing-page-container-alignment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 816px;
}

.hero-landing-page-content {
    padding: 32px 0px;
    background: #252926c7;
}

.hero-landing-page-intern-intern {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 16px;
}

.hero-landing-page-content__super-title {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
}

.hero-landing-page-content__paragraph {
    font-size: 16px;
    color: #f6f6f6;
    letter-spacing: 0.08px;
    line-height: 28px;
    margin-bottom: 16px;

}

.article-images-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
}


@media only screen and (min-width: 900px) {
    .hero-landing-page-content__super-title { 
        font-size: 32px;
        line-height: 42px;
    }

}

@media only screen and (min-width: 1400px) {


}
