  #equipment-rental.table tr td:first-child,
  #prices-services.table tr td:first-child {
    width: 300px;
    word-break: break-word;
  }
    #prices-services.table tr th:nth-child(1),
    #prices-services.table tr th:nth-child(2)
  {
    word-break: auto-phrase;
  }
  #equipment-rental.table tr td.align-center,
  #prices-services.table tr td.align-center {
    line-height: 0.9;
  }

  #equipment-rental.table tr td,
  #prices-services.table tr td {
    padding: 0.50rem 0.1rem;
  }

  .price {
    font-size: 1.2rem;
    word-break: auto-phrase;
  }

  @media (max-width: 575.98px) {
    #gallery .image-container {
      height: calc(100vw / 2);
    }
  }

  @media (min-width: 576px) {
    #gallery01-4 .image-container {
      height: calc(100vw / 3);
    }
  }

  @media (min-width: 768px) {
    #gallery01-4 .image-container {
      height: calc(100vw / 4);
    }
  }

  @media (min-width: 992px) {
    #gallery01-4 .image-container {
      height: calc(100vw / 5);
    }
  }

  @media (min-width: 1200px) {
    #gallery01-4 .image-container {
      height: calc(100vw / 6);
    }
  }

  @media (min-width: 1400px) {
    #gallery01-4 .image-container {
      height: calc(100vw / 6);
    }
  }

  .pswp--custom-bg {
    --pswp-bg: #000000b5;
  }

  .pswp-gallery a {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* align-content: center; */
  }

  .pswp--custom-icon-colors {
    --pswp-icon-color: #ffffff;
    --pswp-icon-color-secondary: #333;
  }

  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
  }

  #equipment-rental > tbody > tr > td:nth-child(3), #equipment-rental > tbody > tr > td:nth-child(2), #equipment-rental > thead > tr > th:nth-child(2), #equipment-rental > thead > tr:nth-child(2) > th:nth-child(3) {
    background: #f2fbff;
}
#equipment-rental > tbody > tr > td:nth-child(4), #equipment-rental > tbody > tr > td:nth-child(5), #equipment-rental > thead > tr:nth-child(1) > th:nth-child(3), #equipment-rental > thead > tr:nth-child(2) > th:nth-child(4), #equipment-rental > thead > tr:nth-child(2) > th:nth-child(5) {
    background: #e8e8e8;
}
