.elementor-26768 .elementor-element.elementor-element-fdc22db{--display:flex;overflow:visible;}@media(min-width:768px){.elementor-26768 .elementor-element.elementor-element-fdc22db{--content-width:95%;}}/* Start custom CSS for text-editor, class: .elementor-element-7848b11 *//* Styling for the overall layout */
.content-wrapper {
  margin-bottom: 40px;
}

.columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Box styles for individual sections */
.box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 20px;
}

.section-title {
  font-size: 1.2rem;
  background-color: #f8f2ed;
  padding: 10px;
  margin-top: 0;
  border-radius: 5px;
}

.event-list {
  list-style-type: none;
  padding-left: 0;
}

.event-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.event-list i {
  color: #44afc6;
  margin-right: 10px;
}

.event-list a {
  color: #007bff;
  text-decoration: none;
}

.event-list a:hover {
  text-decoration: underline;
}

/* Sub-list for nested items */
.sub-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

/* Responsive design for mobile screens */
@media (max-width: 768px) {
  .columns-wrapper {
    flex-direction: column;
  }

  .box {
    width: 100%;
  }
}/* End custom CSS */