.section-objetivo-conect{
    width: 100%;
    height: auto;
}

.conect__container{
    width: 85%;
    margin: 80px auto 30px;
    text-align: center;
}

.content__header h2{
    font-size: 32px;
    margin-bottom: 22px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__header .title img{
    margin-left: 8px;
    height: 58px;
    width: 140px;
}

.conect__container .content__header .description{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    padding: 1px 21px;
}

.conect__container .content__body .body_text{
    font-size: 32px;
    margin: 50px auto;
    font-weight: 300;
}

.conect__container .content__body .item{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conect__container .content__body .item .item__box {
    width: 100%;
    margin: 0;
    background: #019df4;
    border-radius: 13px;
    padding: 14px;
    color: #fff;
    display: grid;
    grid-template-rows: 20% 80%;
    justify-content: center;
    align-items: flex-start;
    max-width: 182px;
    height: 350px;
    text-align: center;
    font-size: 14px;
}

.conect__container .content__body .item .item__box img{
    margin: 0 auto 10px;
}

@media (min-width:768px){
    .conect__container{
        margin: 40px auto;
    }

    .content__header{
        margin: 0 auto;
        max-width: 1027px;
    }

    .content__header .title img{
        margin-left: 10px;
        height: 101px;
        width: 213px;
    }

    .content__header h2{
        font-size: 40px;
        margin: 0 auto 50px;
        font-weight: 300;
    }

    .conect__container .content__header .description{
        font-size: 24px;
    }

    .conect__container .content__body .item .item__box {
        margin: 0 1rem;
        max-width: 170px;
    }
}