.case-detail-body .container {
  max-width: 100%;
}
.case-detail-body .hero-image {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .case-detail-body .hero-image {
    margin-bottom: 3rem;
  }
}
.case-detail-body .hero-image img {
  border-radius: 2rem;
  width: 100%;
  height: 66rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .case-detail-body .hero-image img {
    border-radius: 1rem;
    height: 100%;
    aspect-ratio: 345/200;
  }
}
.case-detail-body .info-table {
  border-radius: 2rem;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .case-detail-body .info-table {
    border-radius: 1rem;
    margin-bottom: 5rem;
  }
}
.case-detail-body .info-table tr:last-child th,
.case-detail-body .info-table tr:last-child td {
  border-bottom: none;
}
.case-detail-body .info-table th {
  background-color: #dedede;
  padding: 2rem 3rem;
  text-align: left;
  width: 36rem;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  .case-detail-body .info-table th {
    width: 10rem;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.case-detail-body .info-table td {
  padding: 2rem 3rem;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}
@media (max-width: 768px) {
  .case-detail-body .info-table td {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.case-detail-body .section-title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .case-detail-body .section-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.case-detail-body p + .section-title {
  margin-top: 4rem;
}
.case-detail-body .gallery-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 12rem auto 0;
}
@media (max-width: 768px) {
  .case-detail-body .gallery-large {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.case-detail-body .gallery-large img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 1rem;
}
.case-detail-body .gallery-small {
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .case-detail-body .gallery-small {
    margin-bottom: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.case-detail-body .gallery-small img {
  border-radius: 1rem;
}
.case-detail-body .layout-gallery {
  margin: 12rem auto 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .case-detail-body .layout-gallery {
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.case-detail-body .layout-gallery img {
  border-radius: 1rem;
}
.case-detail-body .cta-box {
  display: none;
}

@media (max-width: 768px) {
  .c-button.u-mt-80 {
    margin-top: 4rem;
  }
}
