.block-1_box{
    display: inline-block;
    margin: 30px 0 20px 0;
    width: 100%;
    padding: 0;
}
.block-1{
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}
.block-1_1, .block-1_2{
    padding: 20px;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.block-1_1{
    justify-content: center;
    max-width:470px;
}
.block-1_1 p{
    margin: 0 0 0 0;
    font-weight: 700;
    color: #5A9BD5;
    font-size: 39px;
    text-align: center;
    line-height: 150%;
}
.block-1_2-1 p{
    width: 100%;
    margin: 0 0 20px 0;
    color: #8C95A4;
    line-height: 140%;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.block-1_2-2 div{
    float: left;
    width: 33%;
    padding: 17px 0;
}
.block-1_2-2 div p{
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.block-1_2-2 div p img{
    width: 36px;
    margin-right: 10px;
}
.block-1_2-2 div p a{
    color: #0563C1;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
}

.block-1_2-2 div:last-child{
    width: 100%;
}
.block-1_2-2 div:last-child p{
    justify-content: center;
}









