.final{
    width: 100%;
}
.final .legal{
    display: flex;
    border-top: #981914 solid 2px;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.final .legal a{
    padding: 20px 30px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 25px;
    color: #981914;
}
.final .legal a:hover{
    transition: 1s;
    color: #fff;
    background: #333;
}
.final p{
    text-align: center;
    margin-bottom: 20px;
}