.sec-servicos-gerenciados{
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f7f6;
}
.container-serv{
    width: 100%;
}
.back-serv-1{
    background: #FFF;
}
.content-serv{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.serv-left{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serv-right{
    width: 60%;
    box-sizing: border-box;
    padding: 20px 15px 30px 15px;
    text-align: initial;
}
.logo-safy{
    height: 120px;
}
.descricao-content-serv{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.content-serv-cards{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-safy{
    width: 300px;
    box-shadow: 0 0 35px #f2f4f9;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #FFF;
    padding-top: 75px;
    padding-bottom: 55px;
}
.feat-img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feat-content{
    width: 60%;
    box-sizing: border-box;
    padding: 20px 15px 30px 15px;
    text-align: initial;
}
.sec-cta-serv{
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-cta-serv{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tit-cta-serv{
    font-family: 'Ubuntu', sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #696969;
    
}
.btn-cta-serv{
    width: 220px;
    height: 60px;
    border: 2px solid #243143;
    border-radius: 50px;
    background: #243143;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}

@media (max-width: 1280px) {


}

@media (max-width: 1024px) {



}

@media (max-width: 790px) {



}

@media (max-width: 600px) {
    .descricao-content-serv{
        font-size: 15px;
    }
    .content-serv{
        flex-direction: column;
    }
    .serv-left{
        width: 100%;
    }
    .serv-right{
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }
    .feat-img{
        width: 100%;
        order: 1;
    }
    .feat-content{
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        order: 2;
    }
    .logo-safy{
        margin-top: 30px;
        height: 100px;
    }
    .card-safy{
        margin-top: 30px;
    }
}

@media (max-width: 320px) {
    .card-safy{
        width: 90%;
    }
}