.facilitis .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.text-facilitis {
    text-align: center;
}

.text-facilitis h1 {
    color: #a64646;
    font-size: 35px;
    font-weight: 400;
}

.text-facilitis h4 {
    color: #656d79;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.facilitis {
    padding: 50px 0;
}


/* BOX DE FACILIDADES */

.box-facilitis {
    width: 400px;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px;
    background-color: #fff;
}

.box-facilitis span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-facilitis h4 {
    text-align: center;
    padding: 20px 0;
    color: #a64646;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}

.box-facilitis #breve {
    color: #a64646;
    margin-top: 10px;
    font-weight: 800;
    font-size: 20px;
}

.box-facilitis p {
    text-align: center;
    font-weight: 300;
    color: #656d79;
    font-size: 17px;
    word-wrap: break-word;
}
