.container-main {
  margin: 0 auto;
  text-align: left;
}

.container-main.case-page {
  z-index: 1;
  position: relative;
}

.case-page section {
  width: 100%;
}

.case-page section.hero {
  margin-top: 20px;
}

.case-page strong {
  font-size: 17px;
  margin-top: 10px !important;
  display: block;
  color: #000;
}

.case-page p,
.case-page ul {
  color: #1b1d1e99;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
  line-height: 140%;
}

.case-page ul {
  padding-left: 18px;
}

.image-grid {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 100px;
  overflow: auto;
  padding-bottom: 20px;
}

.image-grid img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  object-position: top;
}
.case-page section {
  padding: 35px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.case-page section:nth-of-type(1) {
  background: rgba(186, 129, 238, 0.2);
}

.case-page section:nth-of-type(2) {
  background: rgba(244, 136, 154, 0.2);
}

.case-page section:nth-of-type(3) {
  background: rgba(255, 175, 104, 0.2);
}

.case-page section:nth-of-type(4) {
  background: rgba(121, 212, 94, 0.2);
}

.case-page section:nth-of-type(5) {
  background: #f6e683;
}

.case-page section:nth-of-type(6) {
  background: #4928fd24;
}

a.c2a-button.w-inline-block {
  color: #fff !important;
  text-align: left;
}
