.c-title {
    display: flex;
    justify-content: center;
}

.c-title--margin-bottom {
  margin-bottom: calc(var(--vw) * 24);
}

.c-title--align-center {
    text-align: center;
}

.c-subtitle {
    margin-top: calc(var(--vw) * 8);
    display: flex;
    justify-content: center;
}

.c-subtitle--bottom {
    padding-bottom: calc(var(--vw) * 24);
}

.c-title__button {
     display: flex;
    justify-content: center;
    margin-top: calc(var(--vw) * 24);
}
