.scroll-animation {position: relative;background-color: #f69737;text-align: center;overflow: hidden;}
.scroll-animation .innnerwidth {max-width: 65rem;margin: auto;padding: 50px 17px;position: relative;}
.scroll-animation h2 {margin: 0;margin-bottom: 20px;}
.scroll-animation p {margin-top: 0;}
.scroll-animation img {width: 100%;height: auto;max-width: 200px;position: absolute;bottom: -58px;left: -35px;transform: rotate(170deg) scale(1);transition: transform 3s ease;}
.scroll-animation img.scale {transform: rotate(170deg) scale(1.7);}
@media only screen and (max-width: 767px) {
  .scroll-animation img {transform: rotate(170deg) scale(.8);}
  .scroll-animation img.scale {transform: rotate(170deg) scale(1.2);}
}