@font-face {
    font-family: 'Cerost';
    src: url('../fonts/cerost.otf') format('truetype');
    /* update path if needed */
    font-weight: normal;
    font-style: normal;
}

.gadient {
    position: relative;
    width: 100%;
    /* height: 571px; */
    /* opacity: 1; */
    border-width: 1px;
    top: 278px;
    /* left: -52px; */
    margin: 0 auto;
    overflow: hidden;
     background: linear-gradient(
    to bottom,
    #fff 0%,              /* solid white at top 0% */
    #fff 5%,             /* keep solid white for first 10% */
    rgba(255, 255, 255, 0.5) 20%,  /* then fade to semi-transparent */
    rgba(255, 255, 255, 0) 40%,    /* fully transparent middle */
    rgba(0, 0, 0, 0.6) 100%        /* dark shadow at bottom */
  );

}

.gadient-img {
    width: 100%;
    /* make image take full container width */
    height: 100%;
    /* stretch vertically */
    object-fit: cover;
    /* cover without distortion */
    display: block;
}

.about-1842 {
    padding-top:20px ;
    position: relative;
    width: 100%;
    height: 340px;
    margin: 0 auto;
    /* display: block; */
    display: flex;
    /* align-items: center;
    justify-content: center; */
    /* horizontally centers content */
    gap: 20px;
    /* width: 625;
height: 525;
opacity: 1;
top: -26px; */
 align-items: center;
 min-height: 300px;
 align-items: flex-start

}

.logo-1842 {
  /* Ensure .logo-1842 is a flex container or block container for centering */
  /* display: flex; */
  position: relative;
  justify-content: center; /* center horizontally */
  align-items: center;     /* center vertically if height allows */
  margin: 20px;
    margin-left: 50px;
    margin-top: 70px;
  width: 430px;   
  height: 410px;   
  display: block; /* remove inline spacing */
}




.description-1842 {
    width: 702px;
    height: 430px;
    opacity: 1;
    /* top: 20px;
    left: 57px; */
    gap: 24px;
    /* position: relative; */
    /* margin-right: 40px; */
    margin-top: 40px;
    margin-left:30px;
    word-wrap: break-word;
       overflow-wrap: break-word;
     white-space: normal;
     width:680px
}

.description-1842 .heading {
    font-family: 'Cerost', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 62px; 
    letter-spacing: 0;      /* remove % */
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 8px;              /* remove extra margin */
    text-align: left;       /* avoid word stretching */
}

.description-1842 p {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 1em;
    text-align: justify; 
    margin-right: 30px;
}

.explore-btn {
    width: 279px;
    height: 48px;
    opacity: 1;
    gap: 8px;
    border-radius: 6px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: #BD7F2B;
    color: #fff;
    border: none;
    outline: none;
    font-family: 'DM Sans',sans-serif;
    font-weight: 500px;
    font-size: 16px;
    /* cursor: pointer; */
}