/**
 * CSS File: work-together.css
 * 2026-05-12 | Final checked
 */

.l-work-tgh-section {
  position: relative;
  padding: 60px 20px 160px;
  overflow: visible;
  background-color: #f69381;
  margin-bottom: -130px;
  z-index: var(--z_0-base);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
}

.p-work-tgh-header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.p-work-tgh-header__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #faf7f1;
  line-height: 1.4;
  margin: 0;
}

.p-work-tgh-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.p-work-tgh-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .l-work-tgh-section {
    margin-bottom: -80px;
  }

  .p-work-tgh-header {
    padding-top: 0;
  }

  .p-work-tgh-header__title {
    padding-top: 0px;
    font-size: 2.45rem;
  }

  .p-work-tgh-card {
    padding: 60px 30px;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .p-work-tgh-header__title {
    font-size: 3.2rem;
  }
}
