/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.text-align-justify {
  text-align: justify;
}

#services {
  background-color: #fff;
  padding-bottom: 200px;
}

.practice-area-wrapper {
  padding-left: 100px;
  padding-right: 80px;
}

.section-title {
  color: #1c241c;
}

.service-subtitle {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.services-tile {
  height: 150px;
  max-width: 300px;
  margin: 10px;
  background-color: #344b5b;
  transition: all 0.3s;
}

.services-tile:hover {
  cursor: pointer;
  box-shadow: #344b5b 0px 8px 14px;
}

.services-tile-description {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.services-tile {
  padding-top: 8px;
}

.services-tile-image > i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.services-tiles-wrapper {
  border-left: 2px solid #1c241c;
  padding: 0px 100px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .practice-area-wrapper {
    padding: 0px 50px;
  }
  .services-tile {
    padding: 15px 20px;
  }
  .services-tile-description {
    font-size: 16px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .practice-area-wrapper {
    padding: 0px 50px;
  }
  .services-tile {
    padding: 15px 20px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .practice-area-wrapper {
    padding: 0px 100px;
  }
  .services-description {
    font-size: 1.25em;
  }
  .services-tile {
    padding: 30px 10px;
  }
  .services-tile-description {
    font-size: 12px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .services-tile {
    padding: 15px 10px;
  }
  .services-tile-description {
    font-size: 16px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .services-tile {
    max-width: 500px;
  }
  .services-tile-description {
    font-size: 20px;
  }
}

/*# sourceMappingURL=services.css.map */
