/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 */

 .tag-title {
   color: #cc7324;
 }

 /* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) {
   .service-list {
     display: none;
   }

   .full-width-section {
     display: block;
   }
 }

 /* Medium devices (desktops, tablets less than 991px) */
 @media (max-width: 991px) {
   .service-list {
     display: none;
   }

   .full-width-section {
     display: block;
   }
 }

 /* Small devices (tablets, phones less than 767px) */
 @media (max-width: 767px) {
   .service-list {
     display: block;
   }

   .full-width-section {
     display: none;
   }
 }