@charset "UTF-8";


.contract-section {
    background-color: #f8f9fa;
    padding-top: 50px;
}

.contract-content {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.contract-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
}

.contract-content p,
.contract-content ul {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.contract-content ul {
    list-style-type: disc;
    margin-left: 20px;
}

.contract-content a {
    color: #007bff;
    text-decoration: none;
}

.contract-content a:hover {
    text-decoration: underline;
}

.contract-content button {
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px;
}

.contract-content .btn-primary {
    background-color: #007bff;
    color: #fff;
}

.contract-content .btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

.contract-content .btn-primary:hover {
    background-color: #0056b3;
}

.contract-content .btn-secondary:hover {
    background-color: #5a6268;
}
