.container-attempt {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 50px 20px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .container-attempt {
    gap: 50px 50px;
  }
}

.attempt-img img {
  max-width: 570px;
  width: 100%;
  height: auto;
}

.container-attempt h3 {
  font-size: clamp(1.6rem, 2.54vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #6e8899;
  margin-top: 10px;
  margin-bottom: 15px;
}

.container-attempt p {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #333;
}

.wrapper-personnel-section {
  max-width: 1280px;
  width: 93%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .wrapper-personnel-section {
    width: 100%;
  }
}

.wrapper-personnel-section > div {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper-personnel-section > div {
    width: 93%;
  }
}

@media screen and (min-width: 1280px) {
  .wrapper-personnel-section > div {
    width: 100%;
  }
}

.container-culture-personnel {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .container-culture-personnel {
    padding: 36px 70px;
  }
}

.container-culture-personnel h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #808080;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .container-culture-personnel h4 {
    font-size: 2.4rem;
  }
}

.container-culture-personnel p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .container-culture-personnel p {
    font-size: 1.8rem;
  }
}

.mb-space {
  margin-bottom: 80px;
}