/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  section {
    padding: 20px 10px !important;
  }
  .section_title {
    font-size: 24px;
  }
  section.recent-work .row .col-4 .btn {
    font-size: 9px;
  }
  .btn {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    font-size: 12px;
  }
  .quick-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.header .content .row .col-md-9 h2 {
    font-size: 30px;
  }
  section.header .content .row .col-md-9 h4 {
    font-size: 25px;
  }
  section.header .content .row .col-md-9 h5 {
    font-size: 20px;
  }
  section.header .content .row .col-md-9 h6 {
    font-size: 15px;
  }
  section.services .service {
    margin-bottom: 10px;
  }
  section.header .content .row .col-md-9 {
    padding: 25px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=responsive.css.map */