﻿.step-list__heading {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;;
}

.step-list__icon {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 10px rgba(70, 113, 152, 0.16));
}

.step-list__icon img {
    width: 34px;
    height: auto;
}

.step-list__list {
    margin: 40px auto 0;;
    max-width: 840px;
}

.step-list__item {
    display: block;
}

@media (min-width: 1200px) {
    .step-list__item {
        display: flex;
        flex-wrap: wrap;
    }
}

.step-list__item:not(:last-child) {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .step-list__card {
        padding-left: 20px;
        width: calc(100% - 190px);
    }
}

.step-list__number {
    width: 150px;
    height: 150px;
    padding-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

@media (min-width: 1200px) {
    .step-list__number {
        margin: 0;
        width: 190px;
        height: 190px;
    }
}

.step-list__number__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.step-list__number__bg img {
    width: 100%;
    height: auto;
}

.step-list__number p {
    color: #1D51A4;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

.step-list__number p strong {
    font-size: 42px;
}

@media (min-width: 1200px) {
    .step-list__number p {
        font-size: 24px;
    }

    .step-list__number p strong {
        font-size: 54px;
    }
}

.steps-list__arrow {
    position: absolute;
    top: calc(100% + 20px);
    width: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.steps-list__arrow__mobile .steps-list__arrow {
    position: relative;
}