.about-scape {
    position: relative;
    background: url("../Images/home/about-bg.jpg");
    /* width: 1278px;            container width */
    /* max-width: 100%;          responsive */
    height: 325px;
    margin: 0 auto;           /* centers container horizontally */
    display: flex;
    flex-direction: column;   /* stack h2 and p vertically */
    justify-content: center;  /* vertically center content inside container */
    align-items: center;      /* horizontally center content */
    text-align: center;       /* center text inside elements */
    position: relative;
    top: 28px; 
    gap:10px               /* optional vertical spacing */

}


.about-scape .about-scape-heading {
    font-family: 'Alice';
    font-weight: 400px;
    font-style: normal;
    font-size: 48px;
    line-height: 1;           /* 100% line height */
    text-transform: uppercase;
    margin: 0 0 20px 0;       /* bottom margin for spacing */
}
  .about-scape  .about-scape-sub-heading{

    font-family: 'Alice';
font-weight: 400px;
font-style:normal;
font-size: 36px;
line-height: 139%;
letter-spacing: 0%;
/* text-align: center; */
vertical-align: middle;
text-transform: uppercase;

  }

.about-scape p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 37px;
    margin: 0;
}


