.aboutt-hero{
  width:100%;
  height:300px;
 background-image: url("../images/7xm.xyz249143.jpg");

  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  position:relative;
}
@media(max-width:576px){
  .about-hero{
    height:200px;
  }
}

@media(max-width:991px){
  .aboutt-hero{
    height:260px;
  }
}






/* ===== SECTION ===== */
.ams-section{
  max-width:1200px;
  margin:60px auto;
  padding:0 20px;
}

/* ===== TOP ROW ===== */
.ams-top{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:40px;
  align-items:flex-start;
}

/* IMAGE */
.ams-image img{
  width:100%;
  border-radius:16px;
  object-fit:cover;
}

/* TEXT */
.ams-paragraph{
  font-size:16px;
  font-weight:400;
  line-height:26px;
  color:rgb(0,0,0);
  margin-bottom:20px;
}

.ams-subtitle{
  font-size:16px;
  font-weight:700;
  /* margin:20px 0 10px; */
  color:#000;
}

/* ===== BOTTOM CONTENT ===== */
.ams-bottom{
  margin-top:40px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .ams-top{
    grid-template-columns:1fr;
  }

  .ams-image{
    margin-bottom:20px;
  }
}
