.life-at-shahi-scroll {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400vw;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: visible;
}

.life-at-shahi-scroll .side_content {
  align-items: stretch;
}

.life-at-shahi-scroll .div-block-91 {
  width: 100%;
  overflow: hidden;
}

.life-at-shahi-scroll .life-at-shahi-header {
  width: 100%;
  max-width: 980px;
  align-self: flex-start;
  margin-bottom: 40px;
}

.life-at-shahi-scroll .div-block-73 {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 170px;
  display: flex;
  position: sticky;
  top: 0px;
  overflow: hidden;
  align-self: stretch;
}

.life-at-shahi-scroll .div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.life-at-shahi-scroll .div-block-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  display: flex;
  box-sizing: border-box;
}

.life-at-shahi-scroll .lifeat-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  box-sizing: border-box;
}

.life-at-shahi-scroll .lifeat-col--25 {
  width: 25%;
}

.life-at-shahi-scroll .lifeat-col--33 {
  width: 33.333%;
}

.life-at-shahi-scroll .lifeat-col--50 {
  width: 50%;
}

.life-at-shahi-scroll .lifeat-col--65 {
  width: 65%;
}

.life-at-shahi-scroll .lifeat-col--35 {
  width: 35%;
}

.life-at-shahi-scroll .lifeat-col--75 {
  width: 75%;
}

.life-at-shahi-scroll .lifeat-col--100 {
  width: 100%;
}

.life-at-shahi-scroll .lifeat-stack {
  height: 100%;
}

.life-at-shahi-scroll .lifeat-stack > * {
  flex: 1;
}

.life-at-shahi-scroll .lifeat-row {
  display: flex;
  gap: 10px;
  height: 100%;
}

.life-at-shahi-scroll .lifeat-card {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  box-sizing: border-box;
}

.life-at-shahi-scroll .lifeat-card--tan {
  background-color: #e2dbd4;
}

.life-at-shahi-scroll .lifeat-card--green {
  background-color: #c1e8da;
}

.life-at-shahi-scroll .lifeat-card--blue {
  background-color: #dce6ff;
}

.life-at-shahi-scroll .lifeat-card--purple {
  background-color: #ecd1f5;
}

.life-at-shahi-scroll .lifeat-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.life-at-shahi-scroll .lifeat-subtitle {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.life-at-shahi-scroll .lifeat-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.life-at-shahi-scroll .lifeat-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}

.life-at-shahi-scroll .lifeat-image-b1 {
  background-image: url('../../images-aboutv2/about-us-images/b1.png');
}

.life-at-shahi-scroll .lifeat-image-b4 {
  background-image: url('../../images-aboutv2/about-us-images/b4.png');
}

.life-at-shahi-scroll .lifeat-image-b5 {
  min-width: 30%;
  background-image: url('../../images-aboutv2/about-us-images/b5.jpg');
   background-position: 50% 0%;
}

.life-at-shahi-scroll .lifeat-image-b7 {
    background-image: url(../../images-aboutv2/about-us-images/b7.png);
    background-position: 50% 0%;
}

.life-at-shahi-scroll .lifeat-image-b9 {
  background-image: url('../../images-aboutv2/about-us-images/b9.jpg');
}

.life-at-shahi-scroll .lifeat-image-b10 {
  background-image: url('../../images-aboutv2/about-us-images/b10.png');
}

.life-at-shahi-scroll .lifeat-image-b12 {
  background-image: url('../../images-aboutv2/about-us-images/b12.png');
}

.life-at-shahi-scroll .lifeat-spacer {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .life-at-shahi-scroll .div-block-73 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .life-at-shahi-scroll {
    height: auto;
    padding-bottom: 60px;
  }

  .life-at-shahi-scroll .div-block-74,
  .life-at-shahi-scroll .div-block-74 * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .life-at-shahi-scroll .div-block-74 {
    flex-flow: column;
    width: 100%;
  }

  .life-at-shahi-scroll .div-block-77 {
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .life-at-shahi-scroll .lifeat-col,
  .life-at-shahi-scroll .lifeat-row {
    width: 100% !important;
  }

  .life-at-shahi-scroll .lifeat-row {
    flex-direction: column;
  }

  .life-at-shahi-scroll .lifeat-image {
    min-height: 240px;
  }
}
