.base-control{
    margin-top: 66px;
    padding-left: 175px;
    padding-right: 175px;
    margin-bottom: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.base-control .titulo h4{
    color: #4B9E38;
    font-family: Archivo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.texto p{
    color: rgba(17, 24, 39, 0.60);
    text-align: center;
    font-family: Archivo;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 51px;
}

.infome{
    text-align: center;
    padding-top: 52px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.infome img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    text-align: center;
}
.informe h4{
    color: #1C1C1A !important;
    font-family: Archivo;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.infome p{
    color: #818181;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.infome p span{
    background-color: #818181;
    width: 40px;
    height: 40px;
}
.borda-branca{
    width: 100%;
}

@media (max-width:1100px) {
    .base-control{
        margin-top: 30px;
        padding-left: 1% !important;
        padding-right: 1% !important;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   
    .texto p{
     
        font-size: 16px;
       
    }
    
}