

.about {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 7%;
  margin-right: 7%;
  margin-bottom: 10%;
}

.about-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  height: 33rem;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 22rem;
  font-size: .7em;
}

.image {
  background-image: url('/images/blue gradient.png');
  background-position: center;
  filter: drop-shadow(0px 4px 4px rgba(248, 248, 248, 0.981));
  background-size: 3000%;
  border-radius: 5px;
  margin: 0;
}


.aboutImage {
  width: 80%;
  height: 30%;
  object-fit: cover;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(248, 248, 248, 0.981));
}

@media all and (min-width: 425px) {
  .about-text {
    height: 17rem;
 }
 .aboutImage{
  height: 40%;
 }
}

@media all and (min-width: 620px) {

  .about-title {
    margin-left: 3%;
  }

  .about {
    padding-top: 10%;
  }

  .about-detail {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
    margin-top: 0%;
    height:15rem;
  }

  .about-text {
    width: 55%;
    text-align: left;
    height: 20rem;
    font-size: .6em;
  }

  .aboutImage {
    height: 90%;
    width: 35%;
  }
}

@media all and (min-width: 920px) {

  .about-detail{
    height: 20rem;
  }

  .about-text {
    font-size: .7em;
    height: 20rem;

  }

}

@media all and (min-width: 1250px) {

  .about {
    margin-left: 15%;
    margin-right: 15%;
  }

  .about-detail{
    height: 25rem;
  }

  .about-text {
    font-size: .7em;
    height: 28rem;

  }
}

@media all and (min-width: 2560px) {
  .about {
    padding-top:5%;
    margin-top: 0%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0%;
  }

}