#last-publications-container {
    display: none;
}

#main #content-wrap.container {
    padding-top: 0px;
}

#main .banner-container {
    flex-grow: 3;
}

#main .banner-container .elementor-widget-container {
    display: flex;
    justify-content: center;
}

#main .banner-container img {
    width: auto;
    max-width: unset;
    height: 100%;
    max-height: 700px;
}

#main .banner-cta-down {
    flex-grow: 1;
}


#scroll-down-chevron img {
    cursor: pointer;
}

#main .quote {
    display: none;
}

.our-actions {
    margin: 6rem 15px;
}

.title-with-hyphen {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: var(--black);
    justify-content: left;
    margin: 2em 0;
}

.title-with-hyphen::before {
    content: "";
    display: block;
    width: 33px;
    height: 2px;
    background-color: var(--grey-700);
    border-radius: 20px;
    margin-right: 10px;
}


@media (min-width: 768px) {
    .our-action-with-before.title-with-hyphen {
        width: unset;
        margin-left: 2em;
    }
}

@media (min-width: 1024px) {

    .actions-title-with-line {
        width: 100%;
        transform: none;
    }

    .title-with-hyphen {
        font-size: var(--font-size-50);
        font-weight: 600;
    }

    .title-with-hyphen::before {
        width: 66px;
        margin-right: 20px;
    }

}