.apply-job-section {
    position: relative;
    background: url('https://images.unsplash.com/photo-1606942040878-9a852c5045a3?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.apply-job-section .icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.apply-job-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;

}

.apply-job-section p {
    font-size: 20px;
    margin-bottom: 30px;

}

.apply-job-section .btn-apply {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}