.elementor-2612 .elementor-element.elementor-element-feb54a7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-989ce53 *//* Section */
.moments-section {
  background: #f5f7fb;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Container */
.container {
  max-width: 1100px;
  margin: auto;
}

/* Title */
.section-title {
  font-size: 34px;
  color: #1f3b73;
  margin-bottom: 12px;
}

/* Intro */
.section-intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #334e68;
}

/* Grid Layouts */
.moments-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 20px;
}

.moments-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.moments-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

/* Box */
.moment-box h3 {
  margin: 0;
  font-size: 20px;
  color: #1f3b73;
}

/* Header */
.box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

/* List */
.moment-box ul {
  padding-left: 18px;
  margin: 0;
}

.moment-box li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #334e68;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {

  .moments-grid.three-col {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 600px) {

  .moments-grid.three-col,
  .moments-grid.two-col {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */