.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;
}
.resLib {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.resContainer {
  width: 94%;
  height: auto;
  position: relative;
  margin: 0px auto;
}
.resHeading h2 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 10px 0;
}
.resHeading p {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 0 0 30px 0;
}
.resList {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.rsFull {
  width: 24%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #00669f;
  border-radius: 30px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
}
.rsIcon {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  border-radius: 150px;
  right: -10px;
  top: -10px;
  z-index: 99;
}
.rsIcon:before {
  content: "";
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.1);
  right: -16px;
  top: -14px;
  position: absolute;
  z-index: 9;
  border-radius: 170px;
}
.rsInner {
  width: 100%;
  height: auto;
  padding: 25px 15px 10px;
  min-height: 200px;
  /* border: 1px solid #af1616; */
}
.rsInner ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.rsInner ul li {
  display: flex;
  position: relative;
  margin: 0 0 15px 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.lt {
  width: 50px;
  height: auto;
}
.lt img {
  max-width: 100%;
}
.ltDec:hover img{
  cursor: pointer;
  text-decoration: underline;
}
.ltDec {
  width: calc(90% - 45px);
  height: auto;
}
.rsPic {
  width: 100%;
  height: 200px;
  padding: 0 0 0 15px;
  border-radius: 20px 0 0 0;
}
.rsPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 0;
}
.rsInner h4 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 20px 0;
  width: calc(100% - 120px);
}

.rsWhite {
  background: #fff;
}
.rsInner ul li a {
  color: #fff;
  text-decoration: underline;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.rsInner ul li a:hover {
  color: #000;
}

.rsWhite .rsInner ul li a {
  color: #1b2774;
}
.rsWhite .rsInner ul li a:hover {
  color: #2593d1;
}
.rsWhite .rsInner h4 {
  color: #1b2774;
}

.rsWhite .rsIcon {
  background: rgba(37, 147, 209, 0.2);
}
.rsWhite .rsIcon::before {
  background: rgba(37, 147, 209, 0.2);
}

/* Responsive */
@media screen and (max-width: 1750px) {
  .rsInner h4 {
    min-height: 78px;
  }
}

@media screen and (max-width: 1660px) {
  .aboutTitel {
    left: 63px;
    top: 122px;
  }
  .rsInner h4 {
    margin: 0 0 10px 0;
    height: 66px;
    font-size: 20px;
  }
  .rsInner {
    min-height: 260px;
  }
}

@media screen and (max-width: 1400px) {
  .aboutTitel {
    top: 100px;
  }
  .lt {
    width: 39px;
    height: auto;
  }
  .ltDec {
    width: calc(99% - 45px);
  }
}

@media screen and (max-width: 1200px) {
  .aboutTitel {
    top: 70px;
  }
  .rsInner h4 {
    min-height: 40px;
    /* height: 40px; */
  }
  .rsInner {
    min-height: 200px;
  }
  .resList {
    flex-wrap: wrap;
  }
  .rsFull {
    width: 49%;
  }
  .lt {
    width: 36px;
  }
  .ltDec {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .aboutTitel {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .aboutTitel {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .aboutTitel {
    top: 40px;
    left: 20px;
  }
  .rsFull {
    width: 100%;
  }
  .rsInner {
    min-height: auto;
  }
  .resHeading h2 {
    font-size: 36px;
  }
  .rsInner h4 {
    margin: 0 0 20px 0;
    height: auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 570px) {
  .aboutTitel {
    top: 40px;
    left: 26px;
  }
  .forDec {
    display: none;
  }
  .forMob {
    display: block;
  }
}
