header {
    background-image: url("../img/investors-hero.png");
    background-color: var(--main-color);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60%;
}

header .text-wrapper {
    margin-top: 40px;
    gap: 35px;
}

section.investors-section1 {
    border-bottom: 2px solid #ECF0F9;
    padding-bottom: 65px;
}

section.investors-section1 .investor-news-highlight {
    height: 376px;
    margin-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    background-size: auto;
}

section.investors-section1 .investor-news-highlight .investor-news-highlight-content {
    width: 60%;
}

section.investors-section1 .investor-news-highlight a.news-link {
    top: 90%;
    color: #FFA300;
    padding: 0;
}

section.investors-section1 .investor-news-highlight .news-title {
    font-size: 30px;
}

section.investors-section1 .news-latest {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

section.investors-section1 .news-latest .investors-small-text{
    opacity: 1;
    transform: translate(0);
}

.news-latest-card .large {
    width: 100%;
}

section.investors-section1 .news-title {
    padding-top: 0;
}

section.investors-section1 .investors-small-text {
    margin-top: 20px;
}

section.investors-section1 a.load-more {
    margin-left: 20px;
}

section.investors-section2 {
    padding-bottom: 100px;
}

footer {
    padding-top: 150px;
}

@media screen and (max-height: 900px) {
    header {
        height: 80%;
    }
}

@media screen and (max-width: 820px) {
    section.investors-section1 .investor-news-highlight .investor-news-highlight-content {
        width: 100%;
        margin: 0;
        padding: 20px 50px;
    }
}

@media screen and (max-width: 600px) {
    header .text-wrapper {
        margin-top: 0;
    }
}

@media screen and (max-width: 414px) {
    section.investors-section1 .investor-news-highlight .news-title {
        font-size: 22px;
    }
}

.news-latest .news-latest-card {
    height:unset;
}
