.case {
  background-color: #f2b285 !important;
  background-image: url("./images/office3.png") !important;
  background-position: 70% 30% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-bottom: 4px solid #f2b285 !important;
  font-family: "Univers-Light";
}

.case-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cases {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-wrapper {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background-color: rgba(247, 247, 247, 0.78);
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.case-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-text img {
  width: 95%;
  border-radius: 10px;
}

.pc-img {
  border-radius: 10px;
  height: 100%;
}

.hidden-img {
  display: none;
}

@media (min-width: 420px) {
  .case-text img {
    width: 380px;
  }
}

@media (min-width: 475px) {
  .case-text img {
    width: 450px;
  }
}

@media (min-width: 575px) {
  .case-text img {
    width: 500px;
  }
}

@media (min-width: 720px) {
  .case-text img {
    width: 550px;
  }
}

@media (min-width: 820px) {
  .case-text img {
    width: 620px;
  }
}

@media (min-width: 920px) {
  .case-text img {
    width: 670px;
  }
}

@media (min-width: 1024px) {
  .case-wrapper,
  .cases {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1750px) {
  .case-text img {
    display: none;
  }

  .hidden-img {
    display: block;
  }
}
