body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-display: swap
}

.copyright-page nav.container {
    flex-direction: column;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0 0 20px 0
}

.copyright-page .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.copyright-page .logo span {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900
}

.copyright-page .logo-link .logo {
    text-decoration: none
}

.copyright-page .nav-info {
    background-color: #1c85fb;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-radius: 0
}

.copyright-page .content .name {
    font-size: 14px;
    font-weight: 800;
    color: #546880;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase
}

.copyright-page .content .sub {
    font-size: 24px;
    font-weight: 800;
    color: #0d1210;
    line-height: 32px;
    margin-bottom: 30px
}

.copyright-page .content a {
    color: #f79e1b;
    text-decoration: none
}

.copyright-page .content a:hover {
    color: #1c85fb
}

.copyright-page .content .date {
    font-size: 18px;
    font-weight: 300;
    color: #546880;
    line-height: 28px;
    margin-bottom: 15px
}

.copyright-page .content .point {
    font-size: 20px;
    font-weight: 800;
    color: #546880;
    line-height: 28px;
    margin-bottom: 15px
}

.copyright-page .content .point-text {
    font-size: 18px;
    font-weight: 300;
    color: #546880;
    line-height: 28px;
    margin-bottom: 15px
}