.refund-title,
.term-title,
.privacy-title,
.cookie-title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-weight: 600;
    color: #42526B;
    font-family: 'Lexend', sans-serif;
}
.privacy-title {
    margin-bottom: 30px;
}

.privacy-content_container,
.refund-content_container,
.terms-content_container,
.cookie-content_container {
    background: white;
    padding-bottom: 128px;

    @media (max-width: 768px) {
        padding-bottom: 75px;
    }
}

.refund-content_title,
.terms-content_title,
.cookie-content_title,
.privacy-content_title {
    margin-bottom: 43px;
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.015em;
    text-align: left;
}

.refund-text,
.refund-content ol,
.refund-title {
    margin-bottom: 30px;
}
.refund-link,
.cookie-link {
    text-decoration: underline;
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block;
}
.cookie-content,
.privacy-content {
    width: 1300px;
    margin-top: 83px;
    display: flex;
    flex-direction: column;
}

.privacy-text strong,
.cookie-text strong,
.term-text strong,
.refund-text strong {
    font-weight: 500;
    color: #42526B;
}

.privacy-text {
    font-weight: 300;
    color: #42526B;
    margin-bottom: 30px;
    letter-spacing: 0.08px;
}

.terms-content,
.refund-content {
    width: 1320px;
    margin-top: 83px;
    display: flex;
    flex-direction: column;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: #42526B;
}
@media screen and (max-width: 600px) {
    .refund-content {
        width: 350px;
    }
}