.term-container {
    max-width: 825px;
}

.term-container .term-section {
    margin-top: 120px;
    margin-bottom: 90px;
}

.term-container .term-section .title {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 36px;
}

.term-container .term-section .ver {
    padding: 10px 20px;
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #e4e4e4;
    border-radius: 1000px;
    margin-right: 20px;
}

.term-container .term-section .date {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.term-container .term-condition-content strong,
.term-container .term-condition-content h3,
.term-container .term-condition-content h4,
.term-container .term-condition-content h5,
.term-container .term-condition-content h6 {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.term-container .term-condition-content p,
.term-container .term-condition-content span {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}