/* styles.css */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */
}

.image-modal-content {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
  color: #FFCD0E;
  cursor: pointer;
}

.close-button:hover {
  color: #ff0000;
}
.card-body-services {
    max-height: none;
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 30px;
}

.card-text-services p {
    margin-bottom: 25px important;
}
.card-text-services {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    hyphens: auto;
    word-spacing: -0.05em;
}