.image{
    height: 300px;
    width: vw;
    background-image: url("../images/background.jpg");
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 40px;
    padding: 100px 0;
    margin-bottom: 50px;
    margin-top: 78px;
}

.data{
    width: 65%;
    padding: 20px 0;
    margin: auto;
    text-align: justify;
}
.title{
    color: #500000;
}

.list{
    padding-bottom: 20px;
}


