/* RESPONSIVE */
/* @media all and (max-width: 1199px) {
  .fancy span:before, .fancy span:after {
    width: 220% !important;
  } 
}

@media all and (max-width: 991px) {
  .fancy span::before, .fancy span::after {
    width: 150% !important;
  }
}

@media all and (max-width: 767px) {
  .fancy span::before, .fancy span::after {
    width: 100% !important;
  }

  #services .col-md-6 ul {
    margin-bottom: 0;
  }

  #services .col-md-6:nth-child(2) {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

#gallery .img-fluid {
  width: 100% !important;
  height: 100% !important;
}

@media all and (max-width: 574px) {
  .fancy span::before, .fancy span::after {
    width: 80% !important;
  }
} */