.node--type-page {
    padding: 70px var(--padding-page);
}

.steps-heading {
    color: var(--color-red);
}

.steps-body {
    margin-bottom: 40px;
}

.steps-image-wrapper {
    width: 100%;
    position: relative;
}

.steps-image {
    width: 100%;
}

.architecture-section h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    color: var(--color-red);
}

ol {
    list-style-type: lower-roman;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.steps-image {
    margin-bottom: 10px;
}

.architecture-content, .steps-content {
    width: 75vw;
}

.node--type-page section {
    margin-bottom: 80px;
}

.node--type-page section:last-of-type {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .architecture-content, .steps-content {
    width: 100%;
}
}