.hero-section {
    background-image: linear-gradient(to bottom, #013334b2, #000000a1),
        url('/static/images/strategy/hero-bg.png');

    background-size: cover;
    position: relative;
    min-height: 400px;
}

.hero-section .overlay {
    background: #a2a2a242;
    padding: 3rem;
    border-radius: 12px;
}

.hero-section h2 {
    margin-top: 200px;
    color: #C8FF08;
    font-size: 55px;
}

.hero-section .overlay p {
    font-size: 32px;
    color: #ffffff;
}



.info-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
    min-height: 160px;
}

.info-box h3 {
    font-size: 24px;
    color: #C8FF08;
    margin-bottom: 20px;
}

.info-box h4 {
    font-size: 20px;
    color: #C8FF08;
    margin-bottom: 20px;
}

.info-box p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.card-btn {
    background-color: #e4ff00;
    color: #005254;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.2s;
    display: inline-block;
    margin-top: 50px;
}

.card-btn .arrow {
    font-size: 1.1rem;
    margin-right: 0.3rem;
}

.card-btn:hover {
    background-color: #d4eb00;
}

.investment-section {
    margin-top: -430px;
}

.investment-section h1 {
    color: #005E60;
    font-size: 48px;
    font-weight: bold;
    padding: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.investment-section h3 {
    color: #005E60;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.investment-section p {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

.wrapper {
    padding: 50px;
}

.wind-section {
    background-image: linear-gradient(to bottom, #013334b2, #000000a1),
        url('/static/images/strategy/wind-bg.png');

    background-size: cover;
    position: relative;
    width: 100%;
    margin: auto;
}

.wind-section img {
    margin-top: 75px;
    margin-bottom: 20px;
    width: 75%;
    height: auto;
}

.white-card {
    background: white;
}



.gold-text {
    color: 4F4F00;
}


@media (max-width: 768px) {
    .investment-section {
        position: relative;
        margin-top: 0;
    }

    .white-card {
        max-width: 100%;
    }
}

@media (max-width: 512px) {
    .hero-section h2 {
        margin-top: 100px;
        font-size: 40px;
    }

    .hero-section .overlay p {
    font-size: 20px;
    }

    .info-box p {
    font-size: 18px;
    }

    .investment-section h1 {
    color: #005E60;
    font-size: 32px;
    }

    .investment-section p{
        font-size: 18px;
    }

    .investment-section h3 {
        margin-top: 10px;
    font-size: 20px;
    }

}

/* @media (min-width: 2000px) {
    .white-card {
        max-width: 65%;
    }
}

@media (min-width: 2100px) {
    .white-card {
        max-width: 63%;
    }
}

@media (min-width: 2200px) {
    .white-card {
        max-width: 59%;
    }
}

@media (min-width: 2300px) {
    .white-card {
        max-width: 56%;
    }
}

@media (min-width: 2400px) {
    .white-card {
        max-width: 53%;
    }
}

@media (min-width: 2600px) {
    .white-card {
        max-width: 47%;
    }
}

@media (min-width: 2700px) {
    .white-card {
        max-width: 46%;
    }
}

@media (min-width: 2900px) {
    .white-card {
        max-width: 45%;
    }
}

@media (min-width: 3000px) {
    .white-card {
        max-width: 43%;
    }
} */