.section--process {
    padding: 100px 0 0 0;
    margin: 0 0 100px 0;
}
.section--process .section__header .section__title{
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.section--process .section__header p{
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin: 8px auto 0;
    max-width: 950px;
    text-align: center;
    width: 100%;
}

.section--process .section__content{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: space-between;
    margin: 60px 0 0;
}

.section--process .section__row{
    width: 100%;
}
.section--process .block{
    width: 100%;
}
.section--process .block .block__header{
    margin: 0 0 24px;
    width: 100%;
}
.section--process .block .block__header::before {
    background: var(--color-primary);
    bottom: -12px;
    content: "";
    height: 2px;
    left: calc(50% - 30px);
    position: absolute;
    width: 60px;
 }
.section--process .block .block__header .block__title{
    align-items: center;
    color: #252e38;
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.section--process .block .block__header .block__title span:nth-child(1){
    align-items: center;
    background: #fbfbfb;
    border-radius: 50%;
    color: #252e38;
    display: flex;
    font-size: 26px;
    font-weight: 550;
    height: 60px;
    justify-content: center;
    width: 60px;
    margin: 0 0 16px 0;
}
.section--process .block .block__header .block__title span:nth-child(2){}
.section--process .block .block__content{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.section--process .block .block__content p{
    color: #252e38;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
