.home-about .about-content{
    padding: 80px 15px 0 0;
}
.home-about .section-title{
    padding-bottom: 31px;
}

.home-about .about-content-text {
    line-height: 30px;
    margin: 0 0 40px;
    text-indent: 15px;
}
.home-about .about-image {
    padding: 0 0 0 12px;
    position: relative;
    z-index: 2;
}
.home-about .about-image-container {
    position: relative;
    display: inline-block;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 302.000000"><g transform="translate(0.000000,302.000000) scale(0.050000,-0.050000)"><path d="M2590 6019 c-2434 -335 -3454 -3293 -1730 -5019 1056 -1057 3313 -1336 4368 -540 955 721 1014 3098 109 4368 -600 843 -1726 1331 -2747 1191z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 302.000000"><g transform="translate(0.000000,302.000000) scale(0.050000,-0.050000)"><path d="M2590 6019 c-2434 -335 -3454 -3293 -1730 -5019 1056 -1057 3313 -1336 4368 -540 955 721 1014 3098 109 4368 -600 843 -1726 1331 -2747 1191z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.home-about .about-image-container img {
    width: 100%;
    max-width: 480px;
}
.home-about .about-image-border {
    position: absolute;
    left: 50px;
    top: -8px;
    z-index: -1;
}
.home-about .about-image-border img {
    height: auto;
    -webkit-animation: rotated2 6s infinite linear;
    animation: rotated2 6s infinite linear;
}
.home-about .about-image-leaf {
    position: absolute;
    left: -19px;
    bottom: -107px;
}
.home-about .about-image-leaf img {
    -webkit-animation: airTree 5s ease-in infinite;
    animation: airTree 5s ease-in infinite;
}
.home-about .about-image-ball {
    width: 63px;
    height: 63px;
    background-color: #FFAA23;
    border-radius: 50%;
    position: absolute;
    right: -34px;
    bottom: 85px;
    animation: animationFrames 20s infinite linear;
}
