.single-landing-pages .step-process .disclaimer {
    margin-top: 30px;
}

.step-process {
    padding: 0rem 0 4rem 0;
}


.step-process .step-process__container h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.step-process .step-process__container .step-process__step-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
}

.step-process .step-process__container .step-process__step-container .step-process__step {
    display: flex;
    flex-direction: column;
    max-width: calc(33% - 2rem);
    align-items: center;
    text-align: center;
    gap: 20px;
}

.step__step-number {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3.6em;
    color: #212529;
    position: relative;
}

.step__step-number-circle {
    width: 100px;
    height: 100px;
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, #36aff5, #054063);
}

.step-process .sv-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.step-process .sv-buttons a.sv-button {
    display: inline-block;
    height: 50px;
    border-radius: 23px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to top, #005374, #00a0e0);
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-left: 15px;
}

.single-landing-pages.postid-5089 .step-process .step-process__container .step-process__step-container .step-process__step {
    margin: 0 2rem;
    width: 33%;
}


@media screen and (max-width: 991px) {

    .step-process .step-process__container .step-process__step-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
    }

    .step-process .step-process__container .step-process__step-container .step-process__step {
        max-width: calc(100% - 8rem);
    }

}