.about-top {
  width: 90%;
  color: black;
}
.about-heading {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
    margin: 20px auto;
    margin-top: 20px;
}

.about-heading h2 {
    font-size: 3.4rem;
    margin-top: 12rem;
    color: var(--black);
    margin-bottom: 25px;
    position: relative;
}
.about-heading h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: black;
}

.about-heading p {
    font-size: 18px;
    color: #666;
    margin: 45px;
}

.about-bottom {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.about-bottom-img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 
.about-bottom-img img {
  height: 400px;
  width: auto;
}
.about-bottom-para {
}
.about-bottom-para p{
  font-size: 18px;
  color: #666;
} */


/* 
.about-container {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
} */

/* .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */

/* .about-img {
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
} */

/* .about-img img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
} */
/* .about-img:hover img {
    transform: scale(1.2);
} */

/* .about-content {
    flex: 1;
} */

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img {
  width: 40%;
  margin: 10px;
  height: 40rem;
}

.about-para {
  width: 40%;
}
.about-para p {
  font-size: 18px;
  color: #666;
}
