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;
}

section.investors-section1 .sec-img {
    margin-top: 30px;
}

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

footer {
    padding-top: 150px;
}

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