.hero-container {
  background-image: url("../img/case-study/hero.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-content h4 {
  margin-bottom: 5rem;
}

.hero-content > div {
  max-width: 100%;
  text-align: left;
}

.hero-desc {
  font-size: 2.8rem;
  line-height: 4rem;
}

.case-study-content {
  display: flex;
  gap: 7.5rem;
}

.case-study-content:first-child {
  flex: 1;
}

.platinum-box {
  min-width: 40rem;
  width: 40rem;
  padding: 2rem;
  padding-top: 3.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.platinum-box .platinum-img {
  max-width: 50%;
  margin-bottom: 2.5rem;
}

.platinum-box div {
  color: #7b7b7b;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Roboto";
}

.platinum-box button {
  display: flex;
  gap: 2rem;
  color: #112439;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: bold;
  padding: 4px;
  background-color: white;
  border: none;
  margin-top: 4.5rem;
  cursor: pointer;
  font-family: "Roboto";
}

.case-study-content h4 {
  margin-bottom: 3rem;
  margin-top: 0;
  font-size: 5rem;
  line-height: 5.3rem;
  font-weight: 400;
}

.case-study-content .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Roboto";
  color: #112439;
  font-weight: 400;
}

.case-study-content .desc b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Roboto";
  color: #112439;
}

.case-study-content .quote {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #112439;
  margin-top: 6rem;
  font-weight: 400;
}

.divider {
  border-top: 1px solid #e6e6e6;
  margin: 6rem 0;
}

.quote-box {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 4rem 3rem;
}

.quote-box > div {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 400;
  margin-bottom: 6rem;
}

.quote-box > span {
  font-size: 1.8rem;
  color: #112439;
  font-weight: 300;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .team-icon {
    width: 4.5rem;
  }
  .case-study-content {
    flex-direction: column-reverse;
  }

  .platinum-box {
    align-self: center;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .team-icon {
    width: 3rem;
  }

  .platinum-box {
    min-width: 30rem;
    width: 30rem;
  }
}
