.header {
    margin-bottom: 0px;
}

.steps-page-title {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /* Text style for "Para reali" */
    color: #154b8e;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.step-container {
    margin: auto;
    width: 100%;
    align-content: center;
    padding-top: 30px;
}

.step-parent {
    display: inline-block;
}

.step {
    border: 2px solid #0091c4;
    padding: 5px;
    border-radius: 8px;
    max-width: 90%;
    margin-bottom: 10px;
}

.step-number {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #ff5820;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.step-icon {
    margin-top: 1px;
    margin-bottom: 15px;
}

.step-icon img {
    height: 54px;
}

.step-text {
    height: 75px;
    width: 175px;
    display: table-cell;
    vertical-align: middle;
}

.step-text p {
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #154b8e;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.step-next-button button {
    margin-left: 43px;
    margin-top: 43px;
}

@media (max-width: 1200px) {
    .step {
        max-width: 90%;
    }

    .step-container {
        width: 100%;
        margin-left: 30px;
    }
}

@media (max-width: 577px) {
    .step-container {
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .step-text {
        width: 300px;
        justify-self: center;
    }
}
