#sec-servicos{
    background-color: #f7f7f7;
}
#sec-servicos .mul{
    padding: 0 0;
    background: url(../../../images/yu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    width: 100%;
    /* margin-top: 8px; */
}
#sec-servicos .titulo-secao{
    /* display: table; */
    /* text-align: center; */
} 
#sec-servicos .titulo-secao .titulo:after{
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background-color: #5C2899;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 50px;
}
#sec-servicos .titulo-secao p{
    color: #525252;
    text-align: center;
    font-weight: 400;
    width: 700px;
    font-family: "Montserrat";
    display: table;
    margin: auto;
}
#sec-servicos .titulo-secao .titulo{
   font: 34.59px 'ralewaythin', sans-serif;
   color: #5C2899;
   margin-bottom: 20px;
   font-weight: 900;
   margin-top: 50px;
} 
.cols-servicos-normal {
    /* text-align: center; */
    width: 877px;
    margin-top: 50px;
}
.cols-servicos-normal ul li:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #5C2899;
    /* margin: 0 auto; */
    margin-top: -14px;
    border-radius: 50px;
    margin-left: -34px;
}
.cols-servicos-normal ul li{
    font: 18px 'Montserrat', sans-serif;
    padding: 30px 0 30px 0;
    /* display: inline-table; */
    /* min-width: 240px; */
    /* margin-right: 50px; */
    color: #5C2899;
    /* position: relative; */
}
.cols-servicos-normal ul li span{
    width: 92.5%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-estrutura.banner-servicos .efeito{
    top: 28px;
    display: none;
}
.banner-estrutura.banner-servicos .titulo span{
    font-size: 70px;
}