.howto.layout-1 .howto-step img{
    max-width: 300px;
    margin-right: 20px;
}
.howto.layout-1 .howto-step + .howto-step{
    margin-top: 20px;
}
.howto-steps{
    clear: both;
}
.howto.layout-3 .howto-step{
    height: calc(100% - 15px);
}
.howto-list-title{
    font-weight: 600;
}
@media(max-width: 575px){
    .howto-step img{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
}