#s-light {
  background: #898989;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}

.s-light-inner {
  height: 100%;
  max-width: 450px;
  padding-left: 9.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.s-light-description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.s-light-logo {
  width: 180px;
  margin-bottom: 1rem;
}

.s-light-subtext {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.s-light-content {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.s-light-content p {
  display: block;
}

.s-light-buttons {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  gap: 25px;
}

.s-light-buttons a {
  background: var(--TOMO-T);
  padding: 14px 0;
  width: 160px;
  text-align: center;
  border-radius: 2px;
}

.s-light-example {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.example-title {
  color: #414141;
  font-size: 24px;
  font-weight: 600;
}

.example-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.example-images .row {
  display: flex;
}

.example-images .row:first-child {
  gap: 35px;
  justify-content: space-between;
}

.example-images .row .card {
  max-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.example-images .row .card .card-title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.card-img {
  width: 90%;
}

.example-images .row:last-child {
  height: 100%;
  max-height: 180px;
  justify-content: space-around;
  align-items: center;
}

.example-images .row:last-child div:first-child {
  height: 90%;
}

.example-images .row:last-child div:last-child {
  height: 100%;
}

.s-light-img {
  height: 680px;
}
