#case {
}

.case__container {
  max-width: 1193.56px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 999px) {
  .case__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.case__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
  font-size: 29px;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-top: 87px;
  position: relative;
}

@media screen and (max-width: 999px) {
.case__title {
  font-size: 20px;
  padding-top: 60px;
}
}

.case__title:before {
  position: absolute;
  display: block;
  content: "CASE";
  z-index: -1;
  top: 11.5%;
  left: 50.7%;
  transform: translateX(-50%);
  font-size: 108px;
  letter-spacing: 0.15em;
  font-family: "Outfit", sans-serif;
  color: #eff5f8; 
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .case__title:before {
    font-size: 70px;
    top: 17.5%;
  }
}

.case__title h2 {
  display: inline-block;
  border-radius: 7px;
  background-color: #0fcede;
  color: #fff;
  padding: 0px 26px 4px 26px;
}

.case__itemsWrapper {
  margin-top: 43px;
}

.case__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .case__items {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.case__item {
  width: 32.1727%;
  background-color: #ffffff;
  border: 1px solid #202020;
  border-radius: 32px 32px 28px 28px;
  padding-bottom: 21px;
}

@media screen and (max-width: 999px) {
  .case__item {
    width: 100%;
  }
}

.case__item:nth-child(2) {
  margin-top: 19px;
}

.case__item:nth-child(3) {
  margin-top: 38px;
}

.case__itemImage {
  border-bottom: 1px solid #202020;
}

.case__itemImage img {
  width: 100%;
}

.case__itemText {
}

.case__itemTitle {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 5px;
  margin-left: 23px;
  border-bottom: 1px solid #cccccc;
  margin-right: 19px;
  padding-right: 23px;
}

.case__itemContent {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.71428571429;
  margin-top: 13px;
  padding-left: 19px;
  padding-right: 19px;
}

.case__itemLink {
  margin-top: 15px;
  margin-right: 26px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: right;
}
.case__itemLink p {
  display: inline-block;
  border-bottom: 1px solid #0fcede;
  color: #0fcede;
  padding-right: 15px;
  padding-bottom: 2px;
  position: relative;
}
.case__itemLink p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/chevron-right.svg) no-repeat center center / contain;
  width: 11px;
  height: 13.63px;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
}

.case--none {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}