/*==================================================
OPPORTUNITY
==================================================*/

.opportunity{

    padding:80px 15px 0px 15px;

}

.opportunity h2{

    font-size:40px;

    line-height:1.08;

    font-weight:700;

    color:#15244C;

    margin-bottom:26px;

}

.opportunity p{

    font-size:30px;

    line-height:1.45;

    color:#15244C;

    margin:0;

}

.opportunity strong{

    background:linear-gradient(90deg,#2482FF,#7647FF);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    background-clip:text;

}