/*
Theme Name: Divi Child
Theme URI: https://example.com
Description: Child theme for Divi
Author: Your Name
Template: Divi
Version: 1.0.0
*/

body {
    /* Custom styles */
}
@media (min-width: 981px) and (max-width: 1020px) {

  body #page-container .et_pb_section .et_pb_button_0_tb_header {
    font-size: 13px !important;
  }

}
@media (min-width: 1200px) and (max-width: 1265px) {

  body #page-container .et_pb_section .et_pb_button_0_tb_header {
    font-size: 13px !important;
  }

}