
.opportunity {
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.3);
    padding: 32px 64px 32px 44px;
    position: relative;
}
.opportunity + .opportunity {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .opportunity .row {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .opportunity {
        padding: 25px;
    }
    .opportunity + .opportunity {
        margin-top: 14px;
    }
}