.container-support-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 30px;
}
.block-title-support-page {
    display: flex;
    font-size: 35px;
    width: 80%;
    justify-content: center;
    text-align: center;
}
.block-subtitle-support {
    display: flex;
    gap: 15px;
}
.subtitle-support {
    display: flex;
    font-size: 18px;
}
.text-support {
    display: flex;
}

