.steps{
    padding: 75px 0;
    background: #F0F4FF;
}


.steps .top_icon{
    margin: 0 auto 10px auto;
    display: block;
}

.steps h2{
    color: #2347A5;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 535px;
    margin: 0 auto 50px auto;
}

.steps .text{
    color: #151515;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 90px;
}
.steps .text.text2{
    margin-bottom: 20px;
}

.steps .button {
    margin: 0 auto;
}

.steps .step{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.steps .step .number{
    color: #2347A5;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    width: 75px;
}

.steps .step .step_info{
    max-width: 100%;
    margin: 0 18px;
    width: 485px;
}

.steps .step .step_text{
    color: #FFB800;
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.steps .step .step_description{
    color: #696971;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
