.services-page .service-item {
  margin: 0;
}

.services-page .service-item h3 {
  margin: 0;
}

.service-item ~ .service-item {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .home-page .home-section .img-txt-container {
    margin-top: 50px;
  }

  .pt-100 {
    padding-top: 60px !important;
  }

  .pb-60 {
    padding-bottom: 100px !important;
  }

  .mt-100 {
    margin-top: 60px !important;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .home-section .img-txt-container {
    margin-top: 50px;
  }
  .banner-section {
    justify-content: flex-end;
  }

  .banner-lg {
    height: 60vh;
  }

  button#buscar {
    width: 100%;
  }
}
