.sobre {
  font-size: 4.6vw;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 1.3em;
  position: relative;
  padding-top: 31vw;
  padding-bottom: 46vw;
  /* background-image: url('../images/about-bg-mobile.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; */
}

.sobre-shadow{
  content: '';
  display: block;
  width: 100%;
  top: 10vw;
  height: 21vw;
  box-shadow: 0px -24px 43px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  transform: rotate(11deg);
  width: 109vw;
  left: -7vw;
  z-index: revert-layer;
}

.sobre figure {
  position: absolute;
  top: 0;
}

.sobre-wrapper {
  width: 82vw;
  margin: 0 auto;
  font-size: 4.5vw;
  position: relative;
  z-index: 2;
}

.sobre .subtitle {
  color: #febebc;
  line-height: 1.1;
  font-size: 6.5vw;
  font-weight: 600;
  margin-bottom: 80vw;
  text-align: center;
  margin-top: -4vw;
}

.sobre .title {
  color: #ff8a85;
  text-align: center;
  font-size: 8.9vw;
}

.sobre .title strong {
  font-size: 13.5vw;
  color: #fff;
  display: block;
  top: -3vw;
  position: relative;
}

.sobre-wrapper p {
  line-height: 1.2;
  padding-right: 12vw;
}


@media screen and (min-width: 1025px) {

  .sobre {
    margin-top: -5vw;
    padding-top: 6.8vw;
    padding-bottom: 19vw;
    margin-bottom: 0;
  }

  .sobre-shadow{
    width: 100%;
    height: 3vw;
    box-shadow: 0 -2vw 3.5vw 0px rgba(0, 0, 0, 0.8);
    position: absolute;
    transform: rotate(2.6deg);
    width: 100vw;
    top: 2.1vw;
  }

  .sobre .title {
    text-align: left;
    font-size: 2.5vw;
    margin-bottom: 1.8vw;
    margin-bottom: 0;
  }

  .sobre .title strong {
    font-size: 3.8vw;
    top: -.8vw;
  }

  .sobre .subtitle {
    font-size: 1.7vw;
    max-width: 21vw;
    margin-bottom: 1.3vw;
    line-height: 1.3;
    text-align: left;
    margin-top: 0;
  }

  .sobre-wrapper {
    font-size: 1.2vw;
    /* max-width: 30vw; */
    width: 56vw;
    margin: 0 auto;
      top: auto;
  }

  .sobre .sobre-wrapper p {
    line-height: 1.3;
    padding-right: 0;
    font-size: 1.25vw;
    max-width: 29vw;
  }

  .sobre .sobre-wrapper > * {
    max-width: 24vw;
  }
 
}