.about-container {
  display: flex;
  flex-direction: column;
}

.about-text {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: px;
}

.about-text i {
  padding-right: 2%;
}

.bio {
  font-family: var(--font-family2);
  color: var(--semititlecolortext);
}

.third-section1 {
  padding: 8% 5% 0% 5%;
}

.page {
  display: flex;
  align-items: center;
}

.details {
  width: 100%;
  padding-top: 5px;
}

.about-text2 {
  padding-top: 15px;
}

.about-image {
  max-width: 30%;
}

.about-everything {
  display: flex;
  flex-direction: row-reverse;
}

.image {
  width: 100%;
}

@media (max-width: 575px) {
  .about-everything {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0% 0% 8% 0%;
  }
}

@media (max-width: 697px) {
  .about-everything {
    padding: 0% 0% 10% 0%;
  }
}
