.banner {
    background-image: url(../img/seller-recruitment-plan/banner.png);
    background-position: center;
}

.case-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 120px 0;
}

.case-container .main-title {
    font-size: 36px;
    font-weight: 400;
    color: #262250;
    margin-bottom: 57px;
}

.case-container .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(38, 34, 80, .5);
    line-height: 24px;
}

.case-container .sub-title:not(:last-child) {
    margin-bottom: 33px;
}

.case-four-gray-background {
    background: linear-gradient(90deg, #F7F8FA, #FDFEFE);
}

.case-one .case-container .sub-title {
    width: 446px;
}

.case-four .case-container .sub-title {
    width: 318px;
    display: flex;
    align-items: center;
}

.case-four .case-container .sub-title img {
    margin-right: 15px;
}

.case-five {
    padding: 190px 0;
}

.case-five .case-title {
    font-size: 32px;
    font-weight: 400;
    color: #262250;
    margin-bottom: 85px;
}

.case-five .case-desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.case-five .case-desc .case-desc-item .case-desc-item-main-title {
    font-size: 20px;
    font-weight: 400;
    color: #314871;
    margin: 54px auto 27px;
    width: 316px;
}

.case-five .case-desc .case-desc-item .case-desc-item-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(38, 34, 80, .5);
    line-height: 24px;
    width: 316px;
    margin: 0 auto;
}

.case-five .case-desc .case-desc-item {
    width: 330px;
}

.case-image-bottom-right-background {
    background-image: url(../img/seller-recruitment-plan/case-bottom-right-bg.png);
}
