@charset "utf-8";

.service {}

.business__head-title {
  color: #272a2c;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2194413717rem + 0.6637168142vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.business__body {
  margin-block-start: clamp(1.875rem, 0.8379424779rem + 4.4247787611vw, 4.375rem);
}

.business__media {
  display: grid;
  grid-template-areas: "title" "imgWrap" "body";
  grid-template-columns: auto;
  row-gap: 1.5rem;
}

.business__media:not(:first-of-type) {
  margin-top: clamp(1.25rem, 0.4722068584rem + 3.3185840708vw, 3.125rem);
}

@media screen and (width >= 768px) {
  .business__media {
    align-items: center;
    display: flex;
  }
}

.business__media-imgWrap {
  grid-row: 3;
  grid-column: 1;
  aspect-ratio: 380/320;
  border-radius: 10px;
  grid-area: imgWrap;
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  width: min(100%, 380px);
}

@media screen and (width >= 768px) {
  .business__media-imgWrap {
    width: 380px;
  }
}

.business__media-title-body {
  display: contents;
}

@media screen and (width >= 768px) {
  .business__media-title-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-width: 0;
    padding-left: 3.75rem;
    row-gap: 2.1875rem;
  }
}

.business__media-title {
  grid-row: 1;
  grid-column: 1;
  color: #272a2c;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.0212942478rem + 0.4424778761vw, 1.375rem);
  font-weight: 400;
  grid-area: title;
  letter-spacing: 0.1em;
  line-height: 1.8;
  white-space: nowrap;
}

.business__media-body {
  grid-row: 5;
  grid-column: 1;
  grid-area: body;
}

.business__media-text {
  font-feature-settings: "halt" on;
  color: #272a2c;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
}

.achievements__head-title {
  color: #272a2c;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2194413717rem + 0.6637168142vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.achievements__imgs {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(160px, 1fr));
  margin-block-start: 4.5625rem;
}

.achievements__img-wrap {
  aspect-ratio: 220/160;
  height: auto;
  margin-block-end: 1.875rem;
  margin-inline: auto;
  width: 220px;
}

.achievements__img-wrap img {
  border-radius: 10px;
}

.achievements__img-caption {
  color: #272a2c;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 0.6875rem;
}