.custom-section {
    background-color: #B7201E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-section .content {
    margin: 16px 0;
    max-width: 897px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-section .xx-big {
    margin-top: 4px;
    margin-bottom: 32px;
}