.elementor-4217 .elementor-element.elementor-element-038b4b7{--display:flex;--padding-top:180px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}@media(max-width:767px){.elementor-4217 .elementor-element.elementor-element-038b4b7{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-a46b60c */.napoli-zigzag {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.napoli-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
}

/* Alternate layout */
.napoli-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image */
.napoli-img {
  width: 55%;
}

.napoli-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

/* Text */
.napoli-text {
  width: 40%;
}

.napoli-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.napoli-text span {
  font-size: 14px;
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 768px) {
  .napoli-item,
  .napoli-item:nth-child(even) {
    flex-direction: column;
    gap: 15px;
  }

  .napoli-img,
  .napoli-text {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */