.elementor-15794 .elementor-element.elementor-element-80515fe{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ee63a22 */.return-exchange-section {
  padding: 140px 20px;
  background-color: #f7f7f7;
  font-family: 'Segoe UI', sans-serif;
}

.return-exchange-section .section-title {
    font-family: cinzel;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.process-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-step {
  background-color: white;
  padding: 20px;
  border-left: 5px solid #000;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #000;
}

.process-step p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .process-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .process-step {
    flex: 0 0 48%;
  }
}

@media (min-width: 1024px) {
  .process-step {
    flex: 0 0 30%;
  }
}/* End custom CSS */