.heading3 .step {
    position: absolute;
    bottom: 72px;
}

.heading3 p {
    text-align: center;
    line-height: 1;
}

.heading3 span.small {
    display: contents;
    font-size: 22px;
}

.main-bg .adjust-vertical div.steps {
    display: flex;
    justify-content: center;
    margin-top: 60px !important;
}

.steps a {
    margin: 0 8px;
}

@media screen and (max-width: 1000px) {
    .heading3 .step {
        bottom: 60px;
    }

    .heading3 span.small {
        font-size: 12px;
        word-break: keep-all;
    }

    .main-bg .adjust-vertical div.steps {
        display: flex;
        justify-content: center;
        margin-top: 24px !important;
        margin-bottom: 0px !important;
    }

    .steps a {
        margin: 0 2px;
    }
}