header.etoro-error__header {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.etoro-error__content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 112px);
    padding-top: 112px;
}

.etoro-error__content {
    border: solid 1px rgba(0, 0, 0,.1);
    border-radius: 15px;
    width: 600px;
    max-width: calc(100vw - 40px);
    text-align: center;
}

.etoro-error__content h1 {
    font-size: 1.5rem;
    line-height: normal;
    justify-content: center;
    padding: 1rem;
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0,.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.etoro-error__content h1 svg {
    flex-shrink: 0;
    position: relative;
    top: 2px;
}

.etoro-error__content p {
    padding: 1.5rem;
    margin: 0;
}
