.three-main {
    position: absolute;
    top: 90%;
    right: 0;
    width: 100px;
    z-index: 21;
}
.three-logo {
    width: 100px;
    height: 100px;
}
.three-icon {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    /* border: 1px solid red; */
}

@media (max-width: 399px) {
    .three-main {
        width: 75px;
    }
    .three-logo {
        width: 75px;
        height: 75px;
    }
}

@media (min-width: 600px) {
    .three-main {
        top: 90%;
        right: 0;
        width: 150px;
    }

    .three-logo {
        width: 150px;
        height: 150px;
    }

    .three-icon {
        top: -5%;
        width: 120px;
        height: 120px;
        /* border: 1px solid red; */
    }
}

@media (min-width: 700px) {
    .three-main {
        top: -25px;
        right: 0;
    }
}

@media (min-width: 1000px) {
    .three-main {
        top: -30px;
        right: 0;
        width: 150px;
    }

    .three-logo {
        width: 150px;
        height: 150px;
    }

    .three-icon {
        top: -5%;
        width: 165px;
        height: 165px;
        /* border: 1px solid red; */
    }
}
@media (min-width: 1200px) {
    .three-main {
        top: -50px;
        left: 90%;
        right: auto;
        width: 200px;
    }
    .three-logo {
        width: 200px;
        height: 200px;
    }
    .three-icon {
        top: -5%;
        width: 165px;
        height: 165px;
        /* border: 1px solid red; */
    }
}

.section__join-the-movement--list-item {
    position: relative;
}

.three {
    opacity: 0;
}
.three.three--loaded {
    opacity: 1;
    transition: opacity 1s;
}