main {
    max-width: 720px;
    margin: 20px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}


.faq-icon {
    color: #fd7e14; 
    margin-right: 8px;
}


.customer-service-btn {
    display: inline-flex;
    align-items: center;
    background-color: #28a745; 
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.customer-service-btn:hover {
    background-color: #218838; 
}


.additional-benefits {
    border-top: 2px solid #ddd; 
    padding-top: 10px; 
    margin-top: 20px;
}
.jobs-section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 24px;
    color: #009688;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #009688;
    padding-bottom: 10px;
}

.green-icon {
    color: #28a745;
    margin-right: 10px; 
}

.green-icon {
    font-size: 18px; 
}

.promotion-list {
    list-style-type: none;
    padding-left: 0;
}

.section-icon {
    font-size: 28px;
    color: #009688;
    margin-right: 10px;
}

h3 {
    font-size: 20px;
    color: #009688;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

ul, ol {
    margin-bottom: 20px;
    padding-left: 5px;
}

.salary-list li,
.promotion-list li,
.collection-steps li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: none; 
}

.yellow-icon {
    color: #f2be45;
}

@media (max-width: 720px) {
    main {
        padding: 15px;
    }

    .jobs-section {
        padding: 15px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    p, ul li, ol li {
        font-size: 14px;
    }
}