.section-banner h1 {
  color: var(--text-white);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.section-service-1 .row {
  padding: 0px 15px;
  max-width: 1170px !important;
}

.section-service-1 .list-content {
  margin-top: 40px;
  flex-wrap: nowrap;
  gap: 64px;
  align-items: center;
}

.section-service-1 .list-content .col-left {
  flex: 1;
}

.section-service-1 .list-content .col-left .img-inner {
  width: 320px;
  height: 320px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.section-service-1 .list-content .col-left .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-service-1 .list-content .col-right h3 {
  color: var(--primary-color);
  font-size: var(--fz-18);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  padding-top: 10px;
}
.section-service-1 .list-content .col-right h3:first-child {
  padding-top: 0px;
}

.section-service-1 .list-content .col-right .item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-service-1 .list-content .col-right .item .line {
  flex: 1;
  border-top: 1px dashed #e0e0e0;
  height: 1px;
}
.section-service-1 .list-content .col-right .item {
  margin-bottom: 14px;
}
.section-service-1 .list-content .col-right .item:last-child {
  margin-bottom: 0px;
}

.section-service-1 .list-content .col-right .item p {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.section-service-1 .list-content .col-right .item p:last-child {
  font-weight: 500;
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .section-service-1 .list-content {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-service-1 .list-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-service-1 .list-content .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .section-service-1 .list-content .col-left .img-inner {
    margin: auto;
  }

  .section-service-1:nth-child(odd) .list-content {
    flex-direction: column-reverse;
  }
  .section-service-1 .list-content p {
    text-align: center;
  }
}

@media (max-width: 567px) {
  .section-service-1 .list-content {
    text-align: center;
    margin-top: 24px;
    gap: 24px;
  }
  .section-service-1 .list-content .col-right h3 {
    padding-top: 0px;
  }
}
