/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2025 | 10:34:11 */
.acf-content-photo-block {
  padding: 30px;
  border-radius: 40px;
}

.acf-content-photo-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap, 30px);
  align-items: center;
  justify-content: space-between;
}

.acf-content-photo-block__inner.acf-content-photo-block__reverse {
  flex-direction: row-reverse;
}

.acf-content-photo-block__image,
.acf-content-photo-block__text {
  flex-grow: 0;
  flex-shrink: 0;
}

.acf-content-photo-block__image-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.orange-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.orange-bullet-list__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 17px; /* 6px (bullet) + 11px gap */
  margin-bottom: 12px;
}

.orange-bullet-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #f97414;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .acf-content-photo-block__inner {
    flex-direction: column;
    gap: 20px;
  }

  .acf-content-photo-block__inner .acf-content-photo-block__image,
  .acf-content-photo-block__inner .acf-content-photo-block__text {
    width: 100% !important;
  }

  .acf-content-photo-block-title-container {
    margin-top: 70px;
  }
}

.acf-content-photo-block-title-container {
  margin-top: 100px;
}
