
@charset "UTF-8";

#flow+section .heading.block_header_2 .h,
#flow1+section .heading.block_header_2 .h,
#flow2+section .heading.block_header_2 .h {
    padding: 7px 15px 7px 180px;
}
#flow1+section .content_wrapper,
#flow2+section .content_wrapper {
    background: #e4faeb;
    padding: 20px 30px 30px 30px;
    max-width: 1060px !important;
    width: 96%;
}
@media screen and (max-width: 510px) {
#flow+section .heading.block_header_2 .h, #flow1+section .heading.block_header_2 .h, #flow2+section .heading.block_header_2 .h {
    padding: 7px 10px 7px 10px;
    font-size: 2rem !important;
}
}