h1{
    margin-bottom: 30px;
}

.item{
    background: #1952B0;
    border-radius: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 30px 30px 30px 90px;
    color: #fff;
    margin-top: 20px;
}

.item1{
    background: #1952B0 url(../img/icon-course1.svg) no-repeat center left 20px;
    background-size: 50px;
}

.item2{
    background: #1952B0 url(../img/icon-course2.svg) no-repeat center left 20px;
    background-size: 50px;
}

.item3{
    background: #1952B0 url(../img/icon-course3.svg) no-repeat center left 20px;
    background-size: 50px;
}

.item4{
    background: #1952B0 url(../img/icon-course4.svg) no-repeat center left 20px;
    background-size: 50px;
}