* {
    margin: 0;
    padding: 0;
}

.p-img {
    width: 100%;
    height: auto;
}

.title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.title_box span:nth-child(1) {
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 10px;

}

.title_box span:nth-child(2) {
    font-size: 18px;
    color: #73767D;

}

.title_box h1 {}

.prospect-wrap {
    background: linear-gradient(180deg, #F0F4FD, #EEF0FD);;
    width: 100% !important;
    padding-bottom: 30px;
}

.prospect-img-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.btn-group span {
    padding: 15px 40px;
    border-radius: 100px;
    background: #FE6347;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    position: relative;

}

/* .btn-group span:nth-child(1) {
    background: #FE6347;
}



.btn-group span:nth-child(2) {
    background: #6684FF;
} */

.job-wrap {
    background: linear-gradient(180deg, #F0F5F9, #F1F4F9);
    padding: 30px 0;
}

.job-card {
    display: flex;
    justify-content: space-around;

}

.job-card .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.job-card .item h2 {
    color: #FF5B51;
    font-size: 30px;
    font-weight: bolder;
    position: relative;
    /* width: 100%;
    background: red;
    text-align: center; */
    z-index: 999;
}


.job-card .item h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 15px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: #ff5a514f;
    z-index: 2;
}

.job-card .item p:nth-of-type(1) {
    font-size: 18px;
    color: #73767D;
    margin: 10px 0;
}

.job-card .item p:nth-of-type(2) {
    color: #515058;
    font-size: 18px;
    margin: 10px 0;
}

.job-card .item p:nth-of-type(3) {
    color: #898E8A;
}

.superiority-wrap {
    width: 100%;
    padding: 30px;
    background: #fff;
    margin: 20px auto;
    border-radius: 30px;
}

.superiority-wrap img {
    width: 100%;
    height: auto;
}