.section-service-1 .row:nth-child(even) {
  flex-direction: row-reverse;
}
.section-service-1 .row {
  margin-top: 65px;
  row-gap: 45px;
}
.section-service-1 .row:first-child {
  margin-top: 0px;
}
.section-service-1 .row:nth-child(even) .col-left .img {
  margin-left: auto;
}

.section-service-1 .col-left .img {
  max-width: 250px;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7))
    drop-shadow(0 0 10px rgba(255, 215, 0, 0.6))
    drop-shadow(0 0 20px rgba(255, 215, 0, 0.4));
}
.section-service-1 .col-left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-service-1 .col-right .list-service .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-service-1 .col-right .title {
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  color: #212529;
  letter-spacing: 4px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-service-1 .col-right .list-service .item {
  font-size: var(--fz-18);
  line-height: 1.5;
  font-weight: 900;
  color: #212529;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-service-1 .col-right .list-service .item:last-child {
  margin-bottom: 0px;
}

.section-service-1 .col-right .list-service .item .content * {
  font-size: var(--fz-18);
  line-height: 1.5;
  font-weight: 400;
  margin-top: 3px;
  text-transform: none;
  color: #212529;
}

@media (max-width: 768px) {
  .section-service-1 .row {
    margin-top: 45px;
  }
}
