@charset "UTF-8";

#method + div .heading.block_header_4 .h {
    color: #FFF;
    background-color: var(--i_main_color);
    height: 80px;
    line-height: 80px;
    border-radius: 0 40px 0 0;
    padding: 0 1rem;
}

#method + div .wrapper_item {
    justify-content: center;
}
#method + div .inner_item.empty{
    display:none;
}

@media screen and (max-width: 900px){
#method + div .heading.block_header_4 .h {
    height: 60px;
    line-height: 60px;
    border-radius: 0 30px 0 0;
}
}

@media screen and (max-width: 700px){
#method + div .inner_item {
        width: 100%!important;
        margin-left: 0!important;
}
}


@media screen and (min-width: 701px) and (max-width:900px){
#method + div .heading.block_header_4 .h {
  font-size: 2.1vw!important;
}
}

@media screen and (min-width: 901px){
#method + div .heading.block_header_4 .h {
  font-size: 2rem!important;
}
}