.about {
  margin: 100px 0 80px;
}
@media (min-width: 768px) {
  .about {
    margin: 100px 0 80px;
  }
}
@media (min-width: 1200px) {
  .about {
    margin: 200px 0 80px;
  }
}
.about p {
  font-size: 22px;
}
.about .about__signature {
  max-height: 90px;
}
@media (min-width: 992px) {
  .about p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .about p {
    font-size: 22px;
  }
}
.about__image {
  z-index: 5;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 456px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__image {
    width: 396.8px;
    height: 500px;
    position: absolute;
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .about__image {
    width: 456px;
    height: 580px;
  }
}
.about__image img {
  width: auto;
  height: 100%;
  max-width: none;
}
.about__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .about__wrapper::before {
    content: " ";
    background: #EDF6F2;
    top: 0;
    bottom: 0;
    width: 50vw;
    position: absolute;
    height: 100%;
    display: block;
  }
}
.about__inner {
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .about__inner {
    padding: 30px 50px 30px 0;
    padding: 30px 50px 30px 30px;
    border-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 992px) {
  .about__inner {
    height: 450px;
    padding: 30px 50px 30px 30px;
  }
}
.about__inner__column__1 {
  order: 2;
}
@media (min-width: 768px) {
  .about__inner__column__1 {
    order: unset;
  }
}
.about__inner__column__2 {
  order: 2;
}
@media (min-width: 768px) {
  .about__inner__column__2 {
    order: unset;
  }
}