#block{
    padding: 50px 0;
}

#block img{
    width: 100%;
    max-width: 595px;
    height: 455px;
    border-radius: 10px;
    object-fit: cover;
}

#block:nth-of-type(even) img{
    margin-left: auto;
    display: block;
}

#block .row{
    align-items: center;
}

#block h2{
    font-weight: 700;
    color: #062033;
    font-size: 40px;
    line-height: 43px;
}

#block p{
    color: #717171;
    letter-spacing: 0.32px;
}

#block ul{
    column-count: 2;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

#block li{
    display: flex;
    align-items: center;
    color: #062033;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}

#block i{
    color: #E9640D;
    margin-right: 10px;
}

#block a{
    color: #023A15;
    text-decoration: none;
}

#block:nth-of-type(odd){
    background: #fbfbfb
}

#block .btn-w-holo{
    border: 1px solid #E9640D;
    color: #092C47;
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto;
        display: block
    }
}

@media(max-width:767px){
    #block ul{
        column-count: 1
    }
}

#features{
    padding: 50px 0;
}

#features .wrap{
    display: flex;
}

#features .icon img{
    width: 62px;
    height: 62px;
    object-fit: cover;
    margin-right: 20px;
}

#features h2{
    font-size: 27px;
    line-height: 36px;
    color: #062033;
}

#features p{
    color: #717171;
    letter-spacing: 0.32px;
}

#features ul{
    column-count: 2;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

#features li{
    display: flex;
    align-items: center;
    color: #062033;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}

#features i{
    color: #E9640D;
    margin-right: 10px;
}

@media(max-width:767px){
    #features ul{
        column-count: 1
    }
}