.hero.details {
    height: 345px !important;
}

.hero.details .title {
    font-family: Roboto;
    font-size: 32px;
    margin-top: 30px;
}

.hero.details .subtitle {
    font-family: PingFangSC;
    font-size: 18px;
    line-height: 1.67;
}

.section.requirement .title,
.section.apply-steps-wrapper .title {
    font-size: 28px;
    font-weight: 500;
    color: #68747f;
}

section.requirement table {
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 auto
}

section.requirement table thead {
    font-weight: 500;
    color: #3e464c;
    background-color: #f5f8fa;
}

section.requirement table tbody {
    color: #68747f;
}

section.requirement table td {
    /* min-width: 130px; */
    padding: 7px 20px;
    min-height: 60px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #dce0e0;
}

section.requirement table td.is-long-width {
    /* min-width: 254px; */
    transform: translateX(1.8);
}

section.requirement table td.is-longer-width {
    /* min-width: 450px; */
    transform: translateX(3.8);
}

@media screen and (max-width: 500px) {
    section.requirement table td {
        padding: 7px 10px
    }
    section.requirement table td.is-long-width {
        /* min-width: 254px; */
        transform: translateX(1.3);
    }
    section.requirement table td.is-longer-width {
        /* min-width: 450px; */
        transform: translateX(2);
    }
}

section.requirement table td .yes {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #86dba2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 19px;
}

.section.apply-steps-wrapper .apply-steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto
}

.section.apply-steps-wrapper .apply-steps .apply-steps-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 26px;
    margin-top: 10px;
    color: #3e464c;
    background-color: #f5f9fa;
}

.section.apply-steps-wrapper .apply-steps .apply-steps-item:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent transparent #00a971;
}

.section.apply-steps-wrapper .apply-steps .apply-steps-item:nth-last-of-type(1):after {
    border-width: 0;
}

.section.apply-steps-wrapper .apply-steps .apply-steps-item .image {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.button.apply-btn {
    width: 176px;
    height: 46px;
    line-height: 46px;
    margin-top: 32px;
}