.elementor-6690 .elementor-element.elementor-element-dffa8c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7c0eea3 *//* TITLE */
.about-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 30px;
}


/* GALLERY */
.laser-gallery {
  display: flex;
  gap: 25px;
  background: #d7cfc3;
  padding: 18px;
  width: fit-content;
  margin-bottom: 50px;
}

.laser-card {
  position: relative;
}

.laser-card img {
  width: 270px;
  display: block;
}

.laser-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
}


/* SUB HEADINGS */
.laser-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #3a3a3a;
}


/* TEXT */
.about-text {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 20px;
}


/* SMALL TEXT */
.laser-small {
  font-size: 16px;
  color: #444;
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .laser-gallery {
    flex-direction: column;
    width: 100%;
  }

  .laser-card img {
    width: 100%;
  }
}

.entry-footer {
    display: none;
}/* End custom CSS */