
.front-off-dist {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.front-off-dist h2 {
    font-family: 'Montserrat SemiBold', serif;
    color: #880000;
    font-size: 2.8em;
    line-height: 0.9;
    text-align: center;
}
.front-off-dist h2:nth-child(2) {
margin-bottom: 0.6em;
}
.front-off-dist p {
    font-size: 1.2em;
    text-align: center;
}
.front-off-dist button {
    font-size: 1.2em;
    padding: 10px 15px;
    border: none;
}
.front-off-dist button a {
    color: #333;
}
