/* General styles for the how-it-works page */
.info-section .step {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.info-section .step h3 {
    margin-top: 0;
    font-size: 1.5em;
    color: #333;
}

.info-section .step p {
    line-height: 1.6;
    color: #666;
}

.info-section .step ul {
    margin-top: 10px;
    padding-left: 20px;
}

.info-section .step ul li {
    margin-bottom: 5px;
}
