.page_head picture img {
  object-position: 0 bottom;
}
.business_content {
  padding: 0 0 80px;
}
.h2-title {
  background: linear-gradient(
    90deg,
    var(--sub-color) 0%,
    var(--main-color) 100%
  );
  padding: 8px 25px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 40px;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 50px;
}
.display_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}
.business_image {
  flex: 1;
  width: 100%;
}
.business_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text_wrap {
  flex: 2;
}
.certification_list {
  margin-top: 20px;
  margin-bottom: 80px;
}
.certification_list li {
  margin-top: 40px;
}

.text_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 8px;
}
.bg_gray {
  background-color: #f1f1f1;
  padding: 20px 0 80px;
}
.works_list {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
  gap: 24px;
}

.works_list h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
@media (max-width: 820px) {
  .business_image {
    flex: 2;
  }
  .text_wrap {
    font-size: 14px;
  }
  .display_flex {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .h2-title {
    font-size: 20px;
    margin-top: 56px;
    margin-bottom: 40px;
    padding: 6px 16px;
  }
  .display_flex {
    display: block;
  }
  .text_wrap {
    padding: 0 2px;
  }
  .text_wrap h3 {
    font-size: 18px;
    margin: 8px 0;
  }
}
