.display {
    display: block;
}
.standard_title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 100%;
    margin-bottom: 40px;
}
.standard_section {
    display: flex;
    justify-content: space-between;
}
.standard_block {
    background-color: #030D54;
    max-width: 323px;
    padding: 41px;
}
.standard_subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
}
.standard_description {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
    line-height: 130%;
}
.advantages_section {
    display: flex;
}
.advantages_image {
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 4px);
}
.advantages_content {
    padding: 40px 0px 40px 40px;
}
.advantages_subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.advantages_description {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.advantages_list {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.advantages_top {
    margin-top: 25px;
}
.advantages_text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.site_section-purple {
    background-color: #42406e;
    margin-bottom: 0px !important;
    padding: 100px 0px;
}
.step_title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
    color: #D4D4D4;
    text-align: center;
}

.step_timeline {
    position: relative;
    margin: 0 auto;
    width: 300px;
}

.step_line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #ccc;
    transform: translateX(-50%);
    z-index: 0;
}

.step_circle-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #42406E;
}

.step_circle {
    width: 100px;
    height: 100px;
    background-color: #ededed;
    border-radius: 50%;
    color: #42406E;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.step_description {
    position: absolute;
    width: 515px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #D4D4D4;
}
.step_description strong {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #FFFFFF;
}

.step_left .step_description {
    left: -440px;
    text-align: right;
}

.step_right .step_description {
    right: -440px;
    text-align: left;
}

.slick-slide img {
    height: 150px;
    border-radius: 100px;
}
@media (max-width: 1200px) {
    .collection_container {
        flex-direction: column-reverse;
    }
    .step_description {
        width: 305px;
    }
    .step_right .step_description {
        right: -240px;
    }
    .step_left .step_description {
        left: -240px;
    }
    .standard_section {
        display: block;
    }
    .standard_block {
        max-width: 100%;
        border-radius: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 782px) {
    .collection_container {
        flex-direction: column-reverse;
    }
    .standard_section {
        display: block;
    }
    .standard_block {
        max-width: 100%;
        border-radius: 10px;
        margin-top: 10px;
    }
    .standard_title {
        margin-bottom: 50px;
    }
    .advantages_section {
        flex-direction: column-reverse;
    }
    .advantages_image {
        width: 100%;
        height: 475px;
    }
    .advantages_content {
        padding-left: 0px;
    }
    .step_timeline {
        margin: 0;
        width: 100px;
    }
    .step_title {
        color: #FFFFFF;
        text-align: start;
    }
    .step_right .step_description {
        right: -330px;
        max-width: 425px;
    }
    .step_left .step_description {
        text-align: left;
        left: 125px;
        max-width: 425px;
    }
}

@media (max-width: 524px) {
    .standard_title {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .standard_subtitle {
        font-size: 18px;
    }
    .step_title {
        font-size: 28px;
        line-height: 100%;
    }
    .step_circle {
        width: 75px;
        height: 75px;
        font-size: 18px;
    }
    .step_description {
        font-size: 16px;
    }
    .step_description strong {
        font-size: 18px;
    }
    .step_right .step_description {
        right: -250px;
        max-width: 245px;
    }
    .step_left .step_description {
        max-width: 220px;
        left: 105px;
    }
    .step_circle-block {
        margin: 120px 0px;
    }
    .step_description br {
        display: none;
    }
}