.hero-image-investors {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1642052502860-33388c60b973?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D')
}

.hero-image-investors {
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 1200px;
    border: 2px solid white;
    margin: 30px 0px 0px 150px;
}

#hero-text {
    text-align: center;
    color: #ffffff;
}

#hero-text h1 {
    font-size: 30px;
}

#hero-text p {
    font-size: 20px;
}

.flex-container-investor {
    display: flex;
    margin: 60px 0px 80px 0px;
}

#box-container-one, #box-container-two, #box-container-three {
    width: 400px;
    margin-left: 70px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

#box-container-one {
    background-color: #966fd6;
}

#box-container-two {
    background-color: #fafabe;
}

#box-container-three {
    background-color: #c7caff;
}

#box-container-one h1, #box-container-two h1, #box-container-three h1 {
    font-size: 25px;
    text-align: center;
}

#box-container-one p, #box-container-two p, #box-container-three p {
    font-size: 20px;
    text-align: center;
}

#box-container-one a, #box-container-two a, #box-container-three a {
    text-decoration: none;
    color: red;
}