.opp-wrapper {
    height: 100vh;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}

.opp-title {
    position: absolute;
    top: 46%;
}

.opp-title h1 {
    font-size: 6rem;
    color: #fff;
    font-family: var(--font-crimson_pro);
    font-weight: bold;
}

.navigation-tab {
    background-color: #f7f7f7;
}

.navigation-tab a {
    text-decoration: none;
    color: #000;
}

.sub-title-hero {
    font-weight: bold;
    color: #054a91;
}

.sub-title-body {
    font-size: var(--sub-title-body);
}

.opportunity {
    position: relative;
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

.doted-img {
    position: absolute;
    left: -12%;
    bottom: -11%;
    height: 220px;
    width: 190px;
}

.doted-img2 {
    position: absolute;
    right: -12%;
    bottom: -11%;
    height: 220px;
    width: 190px;
}

.opportunity-title {
    text-align: center;
    font-size: 6rem;
    color: #fff;
    font-family: var(--font-crimson_pro);
    position: absolute;
    top: 46%;
    margin: auto;
}

.learn-more-btn {
    color: #fff;
    font-family: var(--font-crimson_pro);
    font-size: 2rem;
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: red;
    padding: 8px 90px;
    margin-top: 30px;
    text-decoration: none;
}

.invest-btn {
    color: #fff;
    font-family: var(--font-crimson_pro);
    font-size: 2rem;
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: red;
    padding: 8px 70px;
    margin-top: 30px;
    text-decoration: none;
}

.learn-more-btn:hover {
    color: #fff;
}

.invest-wrapper {
    padding: 140px 0px;
    background-color: #f7f7f7;
}
.opprtunity-contact {
    background-color: #f7f7f7;
    padding: 50px 0px 70px 0px;
}

.opportunity-points {
    color: #595959;
}

.opportunity-points li span {
    color: #0f5789;
}

.opportunity-points li {
    display: none;
}

.opportunity-points li:nth-child(-n + 3) {
    display: block;
}
