.other-pages h1{
    font-size: 4.5rem;
    font-family: 'Lora', serif;
}

.other-pages h1,
.other-pages h2,
.other-pages ul {
    color: #22242f;
}

.other-pages a {
    text-decoration: none;
    color: #1818dc;
}

.other-pages h2 {
    font-size: 2rem;
    font-family: 'Lora', serif;
}

.other-pages p {
    color: #45485f;
    margin-bottom: 1em;
}

.other-pages ul {
    list-style-type: decimal;
    margin: 30px 0 30px 30px;
}

@media (max-width: 921px) {
    .other-pages h1 {
        font-size: 56px;
    }

    .other-pages h2 {
        font-size: 30px;
    }
}

@media (max-width: 544px) {
    .other-pages h1 {
        font-size: 30px;
    }

    .other-pages h2 {
        font-size: 24px;
    }
}