section.about-section {
  padding-top: 0;
}
section.about-section .single-about-item {
  padding-top: 150px;
}
section.about-section .single-about-item .about-img .decor-image {
  max-width: 500px;
  border-radius: 20px;
}
section.about-section .single-about-item.odd .about-img {
  text-align: right;
}
section.about-section .single-about-item.odd .image-wrapper {
  order: 1;
}
section.about-section .single-about-item.odd .content-wrapper {
  order: 2;
}
section.about-section .single-about-item.even .image-wrapper {
  order: 2;
}
section.about-section .single-about-item.even .content-wrapper {
  order: 1;
}
section.about-section .single-about-item.even .about-img {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}
section.about-section .single-about-item.even .about-img .shape {
  position: absolute;
  z-index: -1;
}
section.about-section .single-about-item.even .about-img .shape.shape-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
  left: unset;
}
section.about-section .single-about-item.even .about-img .shape.shape-2 {
  bottom: 0;
  left: 50px;
}

/*# sourceMappingURL=about-v2.css.map */
