.cp_banner .down_activate.business .item .icon {width: auto;}
.cp_banner .down_activate.business .item .icon img {height: 60px;}
.cp_banner .down_activate.business {max-width: 336px;}
.cp_banner .down_activate.business .item {width: auto;}

.businessSteps {padding: 80px 0; text-align: center; background: #fafafa;}
.businessSteps .container {padding: 5% 8%; border-radius: 32px;}
.businessSteps .heading {margin-bottom: 40px}
.businessSteps .heading h2 {font-size: 48px; font-weight: 700; margin-bottom: 32px}
.businessSteps .heading p {font-size: 22px; margin-bottom: 32px}
.businessSteps .steps {display: table; width: 100%;}
.businessSteps .steps .item .icon {display: block; margin-bottom: 12px;}
.businessSteps .steps .item .icon img {max-width: 160px;}
.businessSteps .steps .item {position: relative; display: table-cell; padding: 0 32px;}
.businessSteps .steps .item::before {content: ''; display: block; position: absolute; top: 50%; left: 100%; transform: translate(-50%, -50%); width: 60px; height: 150px; background: url(../images/business/bSteps-arrow.png) center no-repeat; background-size: 100%;}
.businessSteps .steps .item:last-child::before {display: none;}

@media only screen and (max-width: 1360px) {
    .businessSteps .heading h2 {font-size: 32px;}
    .businessSteps .heading p {font-size: 16px;}
    .businessSteps .steps .item .icon img {max-width: 120px;}
    .businessSteps .steps .item::before {width: 40px; height: 95px;}
}
@media only screen and (max-width: 960px) {
    .businessSteps .container {padding: 5% 4%;}
    .businessSteps .steps .item h3 {font-size: 15px;}
    .businessSteps .steps .item .icon img {max-width: 60px;}
}
@media only screen and (max-width: 720px) {
    .businessSteps .steps {display: block; width: 100%;}
    .businessSteps .steps .item {width: 100%; display: block;}
    .businessSteps .steps .item::before {display: none;}
    .businessSteps .steps .item::after {content: ''; display: block; transform: rotate(90deg); width: 30px; height: 75px; margin: 20px auto; background: url(../images/cp/Steps-Next.png) center no-repeat; background-size: auto; background-size: 100%;}
    .businessSteps .steps .item:last-child::after {display: none;}
}


.beCreator.blp .heading h2 {font-size: 48px; font-weight: 700; margin-bottom: 12px}
.beCreator.blp .heading p {font-size: 22px; margin-bottom: 32px}
.beCreator.blp .steps .item::before {display: none;}
.beCreator.blp .steps .item .icon img {max-width: 120px;}