.title {
    font-family: 'Toyota_Display_REGULAR';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #424247;
}

/* .content {
    width: 56%;
} */

ul:has(li) {
    color: #eb0b1e;
}

@media screen and (max-width: 767px) {
    /* .content {
        width: 90%;
    } */
    
    p:has(.header) {
        text-align: left!important;
    }
}