#how{
    padding: 50px 0;
}

#how .header h2{
    font-size: 40px;
    color: #062033;
    text-align: center;
}

#how .header p{
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 950px;
    color: #717171;
    font-size: 19px;
    letter-spacing: 0.38px;
}

#block{
    padding: 50px 0;
}

#block img{
    max-width: 411px;
    height: 317px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

#block .wrap{
    display: flex;
}

#block .number{
    font-size: 104px;
    color: #E9640D;
    font-family: 'Spectral';
    font-weight: 700;
    letter-spacing: 2.08px;
    line-height: 39px;
    margin-right: 20px;
}

#block .content p:first-of-type{
    font-weight: 300;
    color: #E9640D;
    margin-bottom: 10px;
    letter-spacing: 0;
}

#block h2{
    font-size: 27px;
    line-height: 37px;
}

#block p{
    color: #717171;
    letter-spacing: 0.32px;
}

#block .btn-w-holo{
    border: 1px solid #E9640D;
    color: #092C47
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:576px){
    #block .wrap{
        flex-direction: column;
    }
    #block .number{
        margin-bottom: 30px;
    }
}