.job-section {
    margin: 20px 0;
}
.job-section .icon {
    font-size: 50px;
    color: #00a3e0;
}
.job-section h4 {
    font-size: 1.5rem;
    font-weight: bold;
}
.job-section p {
    font-size: 1rem;
    margin: 10px 0;
}
.job-section ul {
    list-style-type: none;
    padding-left: 0;
}
.job-section ul li {
    margin: 5px 0;
}
.job-section .btn {
    margin-top: 10px;
}

.btn-custom-green {
    background-color: #009748; 
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-custom-green:hover {
    background-color: #1b702f; 
}