.section-job {
    width: 100%;
    height: 7.16rem;
    background: linear-gradient(0deg, #F3F9FF 0%, rgba(232, 241, 255, 0) 100%);
    padding-top: 0.65rem;
}

.job-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    text-align: center;
    margin-bottom: 0.62rem;
}

.job-icon {
    width: 0.42rem;
    height: 0.36rem;
    background-image: url('../../assets/icons/nav-why.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.job-h2 {
    font-size: 0.32rem;
    color: #031361;
    font-weight: 600;
    line-height: 0.32rem;
}

.job-image {
    width: 9.33rem;
    height: 4.75rem;
    margin: 0 auto;
    background-image: url('../../images/home/job.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}