.bg-access {
    background: url('../images/backgraund.jpg') no-repeat center top;
    height: 500px;
    margin-top:90px;
}

.text-cen {
    padding-top: 5%;
    color: #fff;
    font-weight: bold;
}
.text-cen h1 {
    color: #fff;
    font-weight: bold;
}
.sizeMessage {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 90px;
}