.other-page {
    padding: 77px 0 174px;
}

.other-page h1 {
    font-weight: 900;
    font-size: 4.8rem;
    line-height: 6.5rem;
    margin-bottom: 50px;
}

.other-page h2 {
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 30px 0 40px;
}

.other-page p,
.other-page ul {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.other-page ul {
    padding-left: 10px;
}

.other-page ul li {
    position: relative;
}

.other-page ul li::before {
    content: '';
    width: 1px;
    height: 1px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -10px;
}

.other-page-container {
    max-width: 1146px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 991px) {

    .other-page {
        padding: 50px 0 150px;
    }

    .other-page h1 {
        font-size: 3.2rem;
        line-height: 4.3rem;
        margin-bottom: 30px;
    }

    .other-page h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        margin: 20px 0 30px;
    }

}