body{
    background: #FFF;
}

main{
    padding: 0 20px;
    min-height: 1100px;
}

main .title{
    position: relative;
    color: #0D42FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 75.2px;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 20px;
}

main .title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}


main .main_img .main_img__title{
    width: 508px; 
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    padding-top: 20px;
    margin-bottom: 58px;
}

main .main_img .main_img__img{
    display: flex;
    justify-content: center;
    width: 100%;
}