
.racecourse-banner .heading-desktop, 
.racecourse-banner .para-mobile{
  z-index: 1;
}
  .racecourse-banner .building-image {
    margin-left: -1px;
  }
  .racecourse-banner .left::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
      /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
    /* background-color: rgba(0, 0, 0, 0.1); */
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 1) 100%);
  }
  .racecourse-banner .heading-desktop, 
  .racecourse-banner .heading-mobile {
    z-index: 1;
  }
  .india-first-ever::after {
    display: none;
  }
  .india-first-ever .content-right {
    position: static;
  }
  .india-first-ever .sub-heading {
    margin-left: 0;
  }
  .india-first-ever .description {
    margin: 0 auto;
  }
  .india-first-ever .features {
    justify-content: center;
  }
  .township-teamssection-content {
    justify-content: center;
  }
  .team-2::after,
  .team-1::after { 
    display: none;
  }
  .india-first-ever {
    height: auto;
  }
  .township-teamssection {
    padding-top: 50px;
  }
  
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .racecourse-banner .left {
    width: 60%;
  }
  .racecourse-banner .right {
    width: 40%;
  }
  .racecourse-banner .subtitle {
    margin-bottom: 0;
  }
  .racecourse-banner .description {
    margin-top: 0;
  }
  .racecourse-banner .left::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 30%, rgba(0, 0, 0, 1) 100%);
  }
  .racecourse-banner .heading-desktop {
    right: -10%;
  }
}

@media only screen and (max-width: 991px) {
  .townshipsixgrid-content .pinyon-script-font {
    font-size: 60px;
  }
  .sustainability-title {
    font-size: 40px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .racecourse-banner .left::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 30%, rgba(0, 0, 0, 1) 100%);
  }
  .townshipsixgrid-content .pinyon-script-font {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  .township-grid-banner {
    padding-top: 0;
  }
  .township-teamssection {
    padding-top: 50px;
  }
  .sustainability-content .pinyon-script-font {
    line-height: 5rem;
    font-size: 3.5rem !important;
  }
  .sustainability-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}