body {
    font-family: "Inter", system-ui;
}


p {
    color: #FFF;
    /* text-align: center; */

    /* Heading regular 24 */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    letter-spacing: -0.48px;
}
span {
    color: #FFF !important;
}

@media (max-width: 768px) {
   
   p {
        font-size: 18px;
   } 
}