.wa-main-section:nth-of-type(2) {
  padding-bottom: var(--section-space-m);
}
.wa-main-section:nth-of-type(2) .wa-main > .wa-iconbox-wrapper {
  gap: var(--space-xl);
}
.wa-main-section:nth-of-type(2) .wa-main > .wa-iconbox-wrapper .wa-list-item__title {
  font-size: var(--text-l);
}
.wa-main-section:nth-of-type(2) .wa-main > .wa-iconbox-wrapper .wa-list-item svg {
  width: 5.5rem;
  min-width: 5.5rem;
}
.wa-main-section:nth-of-type(2) .wa-main > .wa-iconbox-wrapper .wa-list-item-inner {
  align-items: center;
}
.wa-main-section:last-of-type {
  padding-top: var(--section-space-m);
}

.wa-works {
  gap: var(--space-m);
}
.wa-works-inner {
  display: flex;
  flex-direction: row;
  gap: var(--space-m);
  justify-content: space-between;
}
.wa-works .wa-iconbox-wrapper {
  padding-block: var(--space-l);
}
@media (min-width: 768px) {
  .wa-works__desc {
    max-width: 64rem;
  }
}
@media (max-width: 767px) {
  .wa-works .wa-iconbox-wrapper {
    flex-direction: row;
    justify-content: start;
  }
}
.wa-works .wa-main-img img {
  aspect-ratio: 1440/648;
  min-height: unset;
}

.wa-guarantee {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-l);
  max-width: 126rem;
  align-self: center;
}
.wa-guarantee-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-m);
}
@media (min-width: 768px) {
  .wa-guarantee__desc {
    max-width: 66rem;
  }
}
.wa-guarantee-inner {
  display: flex;
  flex-direction: row;
  gap: var(--space-s);
  justify-content: space-between;
  flex-wrap: wrap;
}
.wa-guarantee-column {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-guarantee-column__title {
  font-size: calc(var(--text-m) + 2px);
  font-weight: 700;
}
.wa-guarantee-img {
  max-width: 44rem;
}
.wa-guarantee-img img {
  width: auto;
}
@media (max-width: 767px) {
  .wa-guarantee {
    justify-content: center;
  }
  .wa-guarantee-img img {
    max-height: 40vh;
  }
}
