.c-default-modal {
    text-align: center;
    font-family: $secondary-font-family;
}

    .c-default-modal__btn {
        margin: 0 7.5px;
    }

    .c-default-modal__header {
        padding-top: 4px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 4px solid $grey-light;
    }

    .c-default-modal__text {
        margin-bottom: 29px;
    }
