[id^='marquee-servicios'] {
    font-family: "Uncut Sans";
    text-align: center;
    margin: 0 auto 254px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}
[id^='marquee-servicios'] .servicios-link {
    text-decoration: none;
}
[id^='marquee-servicios'] .marquee {
    white-space: nowrap;
    margin:0 auto 83px auto;
    position: relative;
}
[id^='marquee-servicios'] .marquee-track {
    flex:0 0 auto;
    display: flex;
}
[id^='marquee-servicios'] .marquee p {
    display: inline-block;
    font-family: "Uncut Sans";
    font-weight: 500;
    font-size: 13rem;
    background: white;
    color: white;
    -webkit-text-fill-color: white;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
    margin: 0 10px;
    width: fit-content;
}

[id^='marquee-servicios'] .marquee:hover p {
    color: black;
    -webkit-text-fill-color: black;
}
[id^='marquee-servicios'] h2 {
    margin:0 auto 221px auto;
}
[id^='marquee-servicios'] h3 {
    width: 656px;
    font-family: Uncut Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 52px auto;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

[id^='marquee-servicios'] label {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #000;
    color: black;
    border-radius: 64px;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 72px;
    width: 274px;
    font-family: "Uncut Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
}

[id^='marquee-servicios'] .label1 {
    top: 48%;
    left: 4%;
    background-color: #4DFAA5;
    transform: rotate(16deg);
}

[id^='marquee-servicios'] .label2 {
    top: 16%;
    left: 27%;
    background-color: #00FFF0;
    transform: rotate(-34deg);
}

[id^='marquee-servicios'] .label3 {
    top: 70%;
    left: 30%;
    background-color: #FF78F0;
    transform: rotate(-4deg);
}

[id^='marquee-servicios'] .label4 {
    top: -4%;
    left: 53%;
    background-color: #D09CFA;
    transform: rotate(7deg);
}

[id^='marquee-servicios'] .label5 {
    /*bottom: -35%;*/
    bottom: -10%;
    right: 8%;
    background-color: #FF6D60;
    transform: rotate(-4deg);
}

[id^='marquee-servicios'] .label6 {
    bottom: 6%;
    right: 3%;
    background-color: #FDFF3C;
    transform: rotate(24deg);
}

@media (max-width: 768px) {
    [id^="marquee-servicios"] {
        margin: 25px auto 50px auto;
    }
    [id^="marquee-servicios"] h3 {
        margin: 0 15px 60px 15px;
        font-size: 18px;
        width: auto;
        padding: 0;
    }

    [id^="marquee-servicios"] h2 {
        font-size: 24px;
        width: auto;
        padding: 0;
        margin: 0 50px 60px 50px;
        line-height: normal;
    }
}
