.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;
}

@media (max-width:1100px) {
    .base-control{
        margin-top: 30px;
        padding-left: 1% !important;
        padding-right: 1% !important;
        margin-bottom: 100px;
        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;
    }
}