/* How to Use Page Styles */
.content-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}


.section-title {
    font-size: 3em;
    color: #343a40;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.section-description {
    font-size: 1.3em;
    color: #6c757d;
    text-align: center;
    margin-bottom: 50px;
}

.instruction-steps {
    margin-bottom: 60px;
}

.step {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

.step:hover {
    transform: translateY(-5px);
}

.step-title {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 20px;
    font-weight: 500;
}

.step-description {
    font-size: 1.15em;
    color: #495057;
    line-height: 1.8;
}

.additional-info {
    text-align: center;
    font-size: 1.1em;
    color: #6c757d;
}

.additional-info a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.additional-info a:hover {
    text-decoration: underline;
}
