.aboutusSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.aboutusContainer {
  width: 94%;
  height: auto;
  position: relative;
}
.aboutusContainer img {
  width: 100%;
  height: auto;
}
.aboutTitel {
  margin: 0;
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  color: #1b2774;
  font-size: 48px;
  position: absolute;
  left: 100px;
  top: 140px;
}

.forMob {
  display: none;
}

.caseContainer {
  width: 80%;
  height: 800px;
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: column; /* Stack vertically */
  justify-content: space-between; /* Add space between them */
}
.caseHeading h2 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 600;
  font-size: 64px;
  line-height: 150%;
  color: #f4f5ff;
  margin: 0 0 10px 0;
}
.caseHeading h5 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #f4f5ff;
  margin: 0 0 30px 0;
}
.caseFirst {
  width: 100%;
  height: auto;
  min-height: 850px;
  background: url(../images/case-study/case-1.webp) no-repeat top right;
  background-size: cover;
  padding: 90px 0 50px;
  margin: 50px 0 0 0;
}
.caseFull {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.case1 {
  width: 29%;
  background-color: #ffffff;
  min-height: 320px;
  border-radius: 20px;
  border: 1px solid #2593d1;
  padding: 30px;
  position: relative;
}
.case1 h4 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #000;
  margin: 0 0 20px 0;
}
.case1 p {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}
.case2 {
  width: 38%;
  background: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
  min-height: 320px;
  border-radius: 20px;
  border: 1px solid #2593d1;
  padding: 30px;
  position: relative;
}
.case2 h4 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 20px 0;
}
.case2 p {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.caseIcon {
  width: 85px;
  height: 85px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 20px;
  background-color: rgba(37, 146, 209, 0.178);
  border-radius: 50%;
}
.caseSecond {
  width: 100%;
  height: auto;
  min-height: 850px;
  background: url(../images/case-study/case-2.webp) no-repeat top right;
  background-size: cover;
  padding: 80px 0 50px;
}
.caseSecond .caseHeading h2,
.caseSecond .caseHeading h5 {
  color: #1b2774;
}
.caseIcon.active{
  background-color: #2593D1 !important;
}
.case-1-mobile,
.case-2-mobile {
  display: none;
}

/* Responsive */

@media screen and (max-width: 1660px) {
  .aboutTitel {
    left: 63px;
    top: 122px;
  }
  .caseContainer {
    width: 90%;
  }
  .caseFirst,
  .caseSecond {
    padding: 40px 0 50px;
  }
}

@media screen and (max-width: 1400px) {
  .aboutTitel {
    top: 100px;
  }
  .case1,
  .case2 {
    min-height: 345px;
    padding: 23px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutTitel {
    top: 70px;
  }
  .case2 {
    width: 36%;
  }
  .case2 p,
  .case1 p {
    font-size: 16px;
  }
  .aboutTitel {
    font-size: 30px;
  }
  .caseHeading h2 {
    font-size: 40px;
  }
  .caseHeading h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .aboutTitel {
    font-size: 30px;
  }
  .caseHeading h2 {
    font-size: 40px;
  }
  .caseHeading h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .aboutTitel {
    top: 50px;
  }
  .caseIcon {
    width: 64px;
    height: 64px;
  }
  .caseIcon img {
    max-width: 40px;
  }
}
@media screen and (max-width: 800px) {
  .caseFull {
    flex-wrap: inherit;
  }
  .case1,
  .case2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutTitel {
    top: 40px;
    left: 20px;
  }
  .case2 {
    width: 100%;
  }
  .case1 {
    width: 100%;
  }
  .caseFull {
    display: none;
  }
  .case-1-mobile,
  .case-2-mobile {
    display: block;
  }
  .caseContainer {
    height: auto;
  }
}
@media screen and (max-width: 570px) {
  .aboutTitel {
    top: 40px;
    left: 26px;
  }
  .forDec {
    display: none;
  }
  .forMob {
    display: block;
  }
  .caseFirst {
    background: url(../images/case-study/case-1-mobile.webp) no-repeat top right;
    background-size: cover;
    min-height: auto;
  }
  .caseSecond {
    background: url(../images/case-study/case-2-mobile.webp) no-repeat top right;
    min-height: auto;
    margin-top: 30px;
  }
  .caseHeading h2 {
    font-size: 36px;
  }
  .caseHeading h5 {
    font-size: 20px;
  }
  .case1,
  .case2 {
    min-height: 311px;
  }
}
