:root {
  --img-height: 100%;
  --div-size: 50vh;
}

.main-heading-a {
  background: linear-gradient(rgba(0, 40, 0, 0.555), rgba(0, 40, 0, 0.514)),
    url(/image/AboutUs/carousel1.jpg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-com {
  line-height: 1.6rem;
  font-size: 1.7 rem;
  text-align: justify;
}

.abt-img {
  border-radius: 20px;
  height: 300px;
  margin: 80px 80px;
  object-fit: cover;
}

.abt-ceo {
  margin-top: 80px;
  border: 2px solid rgba(228, 226, 226, 0.897);
  border-radius: 2px;
  padding: 20px;
}

.abt-img-ceo {
  width: 400px;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 2px;
}

/* gallery */
.img-g {
  transition: all 0.4s ease;
}

.img-g:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 639px) {
  .abt-img {
    border-radius: 20px;
    height: 250px;
    margin: 20px;
    object-fit: cover;
  }
}
@media screen and (max-width: 361px){
  .navbar{
    width: 360px;
  }
  .abt-img{
    margin: 0;
  }
}