#about {
  width: 80%;
  margin: 20px auto;
}
.about-top {
  display: flex;
}
.about-img {
  width: 100%;
}
figure {
  width: 70%;
}
figcaption {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.about-img img {
  border-radius: 30%;
  width: 100%;
}
.about-data {
  padding-left: 10px;
  text-align: center;
}
.about-data h2 {
  font-weight: bold;
  font-size: 25px;
}
.about-data p {
  text-align: left;
}
.about-bottom {
  margin: 5px;
}
.about-bottom h1 {
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  margin: 10px 0px;
}
.about-bottom h2 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.about-bottom-second {
  display: flex;
  margin-top: 20px;
}
.about-bottom-start {
  box-shadow: 1px 1px 1px 1px gray, -1px -1px 1px 1px gray;
  border-radius: 5px;
  margin: 0px 10px;
  flex-basis: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: min-content;
  line-height: 38.5px;
}
.about-bottom-start h2 {
  text-align: center;
  text-align: left;
  font-size: 27px;
}
.about-bottom-center {
  box-shadow: 1px 1px 1px 1px gray, -1px -1px 1px 1px gray;
  border-radius: 5px;
  height: 350px;
  margin: 0px 10px;
  flex-basis: 50%;
  padding: 40px;
  height: min-content;
}
.about-bottom-end {
  box-shadow: 1px 1px 1px 1px gray, -1px -1px 1px 1px gray;
  padding: 10px;
  border-radius: 5px;
  height: min-content;
  margin: 20px 0px;
}
.about-bottom-end h3 {
  text-align: center;
}
.data-science {
  font-size: 15px;
}
@media only screen and (max-width: 600px) and (min-width: 200px) {
  .data-science {
    font-size: 13px;
  }
  .about-img {
    display: flex;
    justify-content: center;
  }
  .about-top {
    flex-direction: column;
    margin: 10px auto;
  }
  .about-bottom-start{
  line-height: 20px;
  padding: 20px;
  text-align: center;
  }
  .about-bottom-start h2{
    text-align: center;
  }
  .about-bottom-center{
    padding: 20px;
  }
  figure {
    width: 50%;
  }
  figcaption {
    font-size: 10px;
  }
  .designation {
    font-size: 7px;
  }
  .about-data h2 {
    font-size: 18px;
  }
  .about-data p {
    font-size: 12px;
  }

  .about-bottom h1 {
    font-size: 20px;
  }
  .about-bottom h2 {
    font-size: 18px;
  }
  .about-bottom p {
    font-size: 12px;
  }
  .about-bottom-second {
    flex-direction: column;
  }
  .about-bottom-start {
    /* margin-bottom: 20px; */
    margin: 0px 5px;
    margin-bottom: 20px;
  }
  .about-bottom-center {
    margin: 0px 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-bottom-end {
    margin: 0px 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
  .about-img {
    display: flex;
    justify-content: center;
  }
  .about-top {
    flex-direction: column;
    margin: 10px auto;
  }
  figure {
    width: 50%;
  }
  figcaption {
    font-size: 15px;
  }
  .about-data h2 {
    font-size: 22px;
  }
  .about-data p {
    font-size: 15px;
  }

  .about-bottom h1 {
    font-size: 25px;
  }
  .about-bottom h2 {
    font-size: 22px;
  }
  .about-bottom p {
    font-size: 15px;
  }
  .about-bottom-second {
    flex-direction: column;
  }
  .about-bottom-start {
    margin-bottom: 20px;
    margin: 0px 5px;
    margin-bottom: 20px;
  }
  .about-bottom-center {
    margin: 0px 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-bottom-end {
    margin: 0px 5px;
    margin-bottom: 20px;
  }
}
