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.sign-up form.sign-up-form {
    display: block;
}

section.investors-section1 img {
    width: 100%;
    margin-top: 40px;
}

section.investors-section2 {
    border-top: 2px solid #ECF0F9;
    border-bottom: 2px solid #ECF0F9;
    padding: 60px 0;
}

section.investors-section2 > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}

section.investors-section2 .results-info-year {
    width: 161px;
    height: 47px;
    font-size: 22px;
    margin: 34px 0;
}

section.investors-section2 .results-info-download-list {
    list-style: none;
    padding-left: 0;
}

section.investors-section2 .results-info-download-list li{
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #677282;
    border-top: 2px solid #ECF0F9;
    border-bottom: 2px solid #ECF0F9;
}

section.investors-section3 {
    border-bottom: 2px solid #ECF0F9;
}

section .investor-news-highlight{
    height: 241px;
    margin-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    grid-column: 1 / -1;
}

section .investor-news-highlight-content {
    width: 33%;
}

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

section.investors-section4 {
    padding-bottom: 70px;
}

section.investors-section4 .investors-section4-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: var(--main-color);
    padding-bottom: 5px;
}

section.investors-section5 .position.news-title {
    font-weight: normal;
}

footer {
    padding-top: 150px;
}

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

@media screen and (max-width: 1024px) {

    header {
        height: 80%;
    }

    section .investor-news-highlight {
        background-size: auto;
    }

    section.investors-section2 > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.investors-section2 > div img {
        width: 500px;
    }

    section.investors-section2 .results-info {
        width: 500px;
        text-align: center;
    }

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

    .investors-page-title {
        padding-bottom: 20px;
    }

    section.investors-section2 .results-info-download-list li img {
        width:30px;
    }

    section.investors-section2 .results-info-download-list li:nth-of-type(2) {
        border: none;
    }

}

@media screen and (max-width: 820px) {
    .investors-page-container section {
        display: flex;
        flex-direction: column;
    }

    section.investors-section4 {
        padding-bottom: 70px;
    }

    section.investors-section4 img {
        width: 400px;
    }
}

@media screen and (max-width: 600px) {
    header {
        height: 70%;
    }

    section.investors-section3 .investor-news-highlight-content {
        width: 100%;
        padding: 0 40px;
        margin-left: 0;
    }
}

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

    section.investors-section2 .results-info {
        width: 90%;
    }

    section.sign-up form.sign-up-form {
        display: flex;
    }
}




