.opportunity{
    margin-top: 150px;
    margin-bottom: 8px;
}
.opportunity h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center; 
    margin-bottom: 32px;   
}
.opportunity .nav-fill{
    width: 400px;
    margin: auto;
    background-color: #EBEDEF;
    border-radius: 40px;
    margin-bottom: 64px;
    flex-wrap: nowrap;
}


.opportunity .nav-pills .nav-link{
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;    
    color: #808080;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .5s;
    flex-wrap: nowrap;
}
.opportunity .nav-pills .nav-link.active {
    
    height: 48px;
    background-color: #ffffff;
    color: #65B842;
    border: 1px solid #65B842;
    border-radius: 40px;
}
.opportunity .card-opportunity{
    padding-right: 100px;
    margin-bottom: 72px;
}
.opportunity .icon-opportunity{
    width: 80px;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    margin-right: 33px;
    padding-top: 10px;
}
.text-opportunity .title-icon{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;    
    color: #488031;
    margin-bottom: 16px;
}
.text-opportunity .description-icon{
    padding-right: 50px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;    
}


@media (max-width: 768px) {
.opportunity .nav-fill{
    margin-bottom: 33px;
}
.opportunity .nav-pills .nav-link{
        height: 40px;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: center;

    }
.opportunity .nav-pills .nav-link.active{
        height: 40px;
    }
.opportunity{
    margin-top: 288px;
    margin-bottom: 25px;
}
.opportunity h1{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;  
    margin-bottom: 32px;   
}
.opportunity .nav-fill{
    width: 100%;
}
.opportunity .card-opportunity{
    padding-right: 15px;
    margin-bottom: 23px;
    
}
.opportunity .icon-opportunity{
    width: 40px;
    height: 50px;
    margin-right: 0;
    margin: auto;
}
.opportunity .icon-opportunity img{
    width: 100%;
}
.text-opportunity .title-icon{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 14px;
}
.text-opportunity .description-icon{
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    
}
}