#myDivOri > p {
    font-size: 5.278vw;
    font-weight: 700;
    letter-spacing: -0.211vw;
    font-family: "Manrope";
    text-align: left;
    color: #202020;
    margin: 0;
    line-height: 0;
}

#myDivOri{
    margin-top: 2.778vw;
}

.SplitTextJS-wrapper:last-child{
    color: #ba282d;
}

@media screen and (max-width: 768px) {
    #myDivOri > p {
        font-size: 26px;
        letter-spacing: -0.26px;
    }

    #myDivOri{
        margin-top: 15px;
    }

    .SplitTextJS-wrapper:last-child{
        color: #202020;
    }
}

@media screen and (min-width: 1440px){
    #myDivOri > p {
        font-size: 76px;
        letter-spacing: -3.04px;
        font-family: "Manrope";
        font-weight: 700;
        text-align: left;
        color: #202020;
        margin: 0;
        line-height: 0;
    }
    
    #myDivOri{
        margin-top: 40px;
    }
}




