.tristorm-column {
    display: flex;
    gap: 24px;
}

.tristorm-number-container {
    position: absolute;
    width: auto;
    top: -24px;
}

.tristorm-number-column {
    font-family: "Montserrat", sans-serif;
    color: #F1F1F8;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    width: 64px;
    position: relative;
}

.tristorm-number {
    display: block;
    width: max-content;
    margin-bottom: 0;
}

.tristorm-content h1, .tristorm-content h2, .tristorm-content h3, .tristorm-content h4, .tristorm-content h5, .tristorm-content h6 {
    margin-top: 0;
}

.tristorm-content p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
    color: rgba(1, 13, 28, 0.75);
}

.tristorm-content {
    padding: 16px;
}

.tristorm-content h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

.vstorm-step-icon img {
    margin-top: -12px;
    border-radius: 0;
}
