#AboutUs {
    position: relative;
}

.AboutUs-container {
    position: relative;
    z-index: 1;
}


@keyframes infinity-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

.AboutUs-Text,
.RelatedItems {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {

    .back-ground-logo {
        display: none;
    }

    .svg-wrapper {
        top: 30%;
        right: 15%;
    }

    #dynamic-container1 {
        top: 57% !important;
    }
}