.wrapper__about {
  background: url('../image/background43.png');
}
.about__me {
  padding: 75px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__text {
  max-width: 460px;
  margin-right: 20px;
}

.about__text h2 {
  padding: 15px 0px;
  font-size: 40px;
  color: #8eaf0c;
  font-weight: 600;
}
.about__text .about__subtitle {
  line-height: 1.55;
  font-size: 20px;
  color: #666;
  font-weight: 300;
}
.border {
  margin: 20px 0px;
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #666;
}
.about_photo img {
  width: 100%;
  border-radius: 10px;
  max-height: 550px;
}

.about__text p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #000;
  text-align: start;
}

@media (max-width: 1200px) {
  .about__me {
    padding: 75px 20px;
    flex-direction: column;
  }
  .about__text {
    text-align: center;
    max-width: 600px;
  }
  .about__text .about__subtitle {
    text-align: center;
  }
  .border {
    margin: 20px auto;
  }
  .about_photo img {
    margin-top: 55px;
  }
}
