.conditions {
    padding-top: 64px;
    padding-bottom: 64px;
}

.conditions-title {
    text-align: center;
    font-size: 32px;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.conditions-begin {
    color: #888888;
    font-size: 16px;
    font-style: italic;
}

.conditions-text {
    color: black;
    white-space: pre-wrap;
    font-size: 14px;
}

.conditions-end {
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .conditions {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .conditions-title {
        font-size: 28px;
        letter-spacing: 3px;
        margin-bottom: 16px;
    }
    
    .conditions-begin {
        font-size: 14px;
    }
    
    .conditions-text {
        font-size: 12px;
    }
    
    .conditions-end {
        font-size: 14px;
    }
}