/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Description: Child Theme for Twenty Twenty
Author: Your Name
Version: 1.0
*/
.abouter-naritive {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
}

/* LEFT SIDE */
.narritive-heritage {
  width: 40%;
  position: sticky;
  top: 120px; /* header ke hisaab se adjust */
  align-self: flex-start; /* IMPORTANT FIX */
}

/* RIGHT SIDE */
.genies-abouters {
  width: 60%;
}

/*media query start here*/

@media screen and (max-width: 1024px) {
.hospitialts-imagers {
    position: absolute;
    right: 0;
    top: 78px;
}
}