.howto{
    margin-bottom: 30px;
}
.howto-list-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.howto-step{
    display: flex;
    align-items: center;
}
.howto-step img{
    max-width: 300px;
    margin-right: 20px;
}
.howto-step + .howto-step{
    margin-top: 20px;
}
.howto-step-content p{
    margin: 0;
}
.howto-step-count{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.howto-steps{
    clear: both;
}
@media(max-width: 575px){
    .howto-step{
        display: block;
    }
    .howto-step img{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}