#investments-main{
    width: 100%;
    height: 75vh;
    background-image: url(../img/investments-banner.jpg);
    background-size: contain;
}
.investments-main-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.135);
}
.investments-main-div h1{
    color: #fff;
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    font-family: var(--main-font-family);
}
.investments-main-div p{
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    font-family: var(--main-font-family);
    margin-top: 20px;
}
.investments-main-div a{
    margin-top: 30px;
    padding: 10px 20px;
    background-color: var(--secondary-color);
    color: var(--main-color);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 5px;
}
