#passion-respect-honesty {
    padding: 150px 0;
    position: relative;
    overflow: visible;
}

.wrapper-animation {
    position: relative;
    width: 150px;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.container-animation {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    margin-left: 30px;
}

.static-image {
    width: 110px;
    opacity: 0;
    position: absolute;
    height: 110px;
    top: 0;
    display: block;
    max-width: 150px;
}

.rotate {
    width: 210px;
    animation: rotation 5s infinite linear;
    position: absolute;
    top: -22px;
    left: -35px;
    min-width: 180px;
    opacity: 0;
}

@keyframes rotation {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0);
    }
}

.section-content-passion-respect-honesty {
    display: block;
    margin-bottom: 100px;
}

.title-passion-respect-honesty {
    font-size: var(--font-size-h1);
    line-height: 60px;
    margin: 0 0 20px;
    font-weight: bold;
}

.content-passion-respect-honesty {
    font-size: 17px;
    line-height: 25px;
    color: var(--color-purple);
    max-width: 800px;
}

.content-passion-respect-honesty ul {
    list-style: none;
    margin: 0;
    padding-left: 35px;
}

.content-passion-respect-honesty ul li {
    position: relative;
    margin: 0 0 25px;
}

.content-passion-respect-honesty ul li::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    top: 3px;
    background: var(--color-orange);
}

.content-passion-respect-honesty ul.pruple-light-list li::before {
    background: var(--color-purple-light);
}

.content-passion-respect-honesty ul.cyan-list li::before {
    background: var(--color-cyan);
}

.animated-image-prg {
    position: absolute;
    top: -100px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: calc(100% + 135px);
    min-height: 1350px;
    width: auto;
}
.animated-planete{
  opacity: 1
}
@media screen and (min-width:992px) {
    .wrapper-animation {
        min-height: 1300px
    }
}

@media screen and (max-width:991px) {
    .animated-image-prg {
        display: none;
    }
    #passion-respect-honesty {
        padding: 50px 0;
    }
    .section-content-passion-respect-honesty {
        margin-bottom: 50px;
    }
    .wrapper-animation{
        display: none
    }
}
