.empresas{
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4;
    padding: 30px 0 80px 0;
}

.empresas .d-flex{
    gap: 4%;
}

.empresas img{
    max-height: 48px;
    margin: 0 0 15px 0 !important;
}

@media(max-width: 991px){
    .empresas{
        padding-bottom: 20px;
    }

    .empresas .d-flex{
        flex-direction: column;
        gap: 50px;
    }   

    .empresas .d-flex > div{
        width: 240px;
        text-align: center;
    }
}

.objetivos-aneps{
    line-height: 1.3;
    padding-block: 80px;
}

.objetivos-aneps h2{
    color: #333f49;
    font-size: 3.4em;
    margin-bottom: 20px !important;
    font-weight: bold;
}

.objetivos-aneps p{
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 40px !important;
}

.objetivos-aneps ul{
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.objetivos-aneps li{
    padding-left: 35px;
    position: relative;
}

.objetivos-aneps li::before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/ico_check_blue.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}

.objetivos-aneps__img{
    position: relative;
    max-width: 490px;
    width: 100%;
}

.objetivos-aneps__img img{
    border-radius: 0 210px 210px 210px;
    height: 540px;
    width: calc( 100% - 30px );
    padding-left: 20px;
    object-fit: cover;
    margin-top: 20px !important;
}

.objetivos-aneps__img::before, .objetivos-aneps__img::after{
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    border-radius: 0 200px 200px 200px;
}

.objetivos-aneps__img::before{
    border: solid 4px #1574bf;
    top: 0;
    left: 0;
    width: calc( 100% - 60px );
    height: calc( 100% - 60px );
}

.objetivos-aneps__img::after{
    border: solid 4px #fff;
    top: 35px;
    left: 35px;
    width: calc( 100% - 80px );
    height: calc( 100% - 50px );
    z-index: 2;
    border-radius: 0 195px 195px 195px;
}

@media(max-width: 991px){
    .objetivos-aneps{
        padding: 0 0 40px 0;
        text-align: center;
    }
    .objetivos-aneps .row{
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }

    .objetivos-aneps ul{
        padding: 0 20px;
    }

    .objetivos-aneps li{
        text-align: left;
    }

    .objetivos-aneps__img{
        margin: 0 auto;
    }

    .objetivos-aneps__img img{
        height: 50vh !important;
    }

    .objetivos-aneps__img::before, .objetivos-aneps__img::after{
        margin-left: 14px;
    }
}