.page_head.customers { background-image: url('../../img/head/bg_head_customers.jpg'); }

#customers_section_1 { padding: 50px 0; }
#customers_section_1 .page_label { margin: 0; color: #000; font-family: Roboto; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%; }
#customers_section_1 .page_desc { margin: 10px 0 0 0; color: #000; font-family: Roboto; font-size: 34px; line-height: 1.4; font-style: normal; font-weight: 700; }

@media screen and (max-width: 1024px) {
    #customers_section_1 { padding: 40px 0; }
    #customers_section_1 .page_label { font-size: 14px; }
    #customers_section_1 .page_desc { margin-top: 5px; font-size: 20px; }
}

@media screen and (max-width: 640px) {
    #customers_section_1 { padding: 20px 0; }
    #customers_section_1 .page_label,
    #customers_section_1 .page_desc { text-align: center; }
}