.base-investir{
    padding-top: 57px;
    padding-bottom: 68px;
    padding-left: 15px;
    padding-right: 15px;
}
.titulo{
  padding-bottom: 51px;  
}
.titulo h4{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px; /* 120% */
}
.servicos{
    display: flex;
    justify-content: center;
}
.service{
    width: 30%;
    display: flex;
    height: 331px;
    padding: 39px 33px 49px 33px;
    flex-direction: column;
    align-items: center;
    gap: 30.02px;
    border-radius: 30px;
    border: 1px solid #F0F2F3;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.02);
    
}
.s1, .s2{
    margin-right: 90px;
}
.service .conteudo{
    text-align: center;
}
.service .conteudo h4{
    color: #011B33;
    text-align: center;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; /* 140% */
    margin-bottom: 19px;
}
.service .conteudo p{
    color: #011B33;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}
@media (max-width:1100px) {
    .base-investir{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0.5px;
        padding-right: 0.5px;
    }
    .titulo{
      padding-bottom: 35px;  
    }
    .titulo h4{
        color: #011B33;
        font-family: 'Roboto';
        font-size: 35px;
        font-style: normal;
        font-weight: 800;
        line-height: 54px; /* 120% */
    }
    .servicos{
        display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .service{
        width:100%;
        height: auto;
        padding: 39px 33px 29px 33px;
    }
    .s1, .s2{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .service .conteudo h4{
        font-size: 20px;
    }
    .service .conteudo p{
        font-size: 12px;
    }
     
}