.biz-box {
    margin-top: 30px;
    margin-bottom: 40px;
}

.biz-box h5 {
    font-size: 20px;
    color: #1C3465;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 5px solid;
    line-height: 1;
    text-align: start;
}

.devWrap {
    background: #f2f3f5;
    padding: 0 20px 10px;
    border: 1px solid #d1d6dc;
}

.devide .col-sm-4 {
    text-align: center;
}

.devide h6 {
    background: #296acb;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    margin: -1px -21px 20px;
}

.devide .img-box {
    margin-bottom: 10px;
    padding: 20px 10px;
    background: #fff;
}

.devide .img-tile {
    font-weight: 600 !important;
    color: #333;
    margin: 0 0 5px;
}

.devide .img-label {
    font-size: 14px;
    width: 80%;
    margin: 7px auto 0;
    line-height: 1.4;
}

p.active-intro {
    font-size: 22px;
    color: #1C3465;
    font-weight: 500;
    padding: 40px 15px;
    line-height: 1.45;
    text-align: center;
}

img {
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.activeVideo {
    padding: 25px;
    background: #f6f6f6;
}

.activeVideo dt {
    color: #333;
    font-size: 16px;
    margin-bottom: 6px;
}

.activeVideo dd {
    /* 	color: #fff; */
    line-height: 1.5;
    font-size: 14px;
}

.biz-box>.row:nth-child(1) .activeVideo {
    border-left: 2px solid #8090A2;
}

.biz-box>.row:nth-child(2) .activeVideo {
    border-left: 2px solid #00B0F0;
}

.biz-box>.row:nth-child(3) .activeVideo {
    border-left: 2px solid #0071C0;
}

.biz-box .thumbnail {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}

.biz-box .thumbnail:after {
    content: "";
    display: block;
    clear: both;
}

.biz-box .thumbnail {
    text-align: center;
}
.biz-box .thumbnail .icon-box {
    text-align: center;
    padding: 25px 10px 18px;
    background: #dde9f7;
    float: left;
    width: 160px;
    border-radius: 50%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.biz-box .thumbnail .icon-box>img {
    width: 60%;
}

.biz-box .thumbnail .icon-box>span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.biz-box .thumbnail .caption {
    padding: 38px 20px 0;
    float: right;
    min-width: 560px;
    margin: 0;
}

.biz-box .thumbnail .caption dt {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    text-align: start;
}

.biz-box .thumbnail .caption dd {
    font-size: 14px;
    position: relative;
    margin-left: 15px;
    text-align: start;
}

.biz-box .thumbnail .caption dd::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -10px;
    display: block;
    width: 4px;
    height: 4px;
    background: #B5B5B5;
}


.imagetitle > h5 {
    font-size: 20px;
    color: #1C3465;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 5px solid;
    line-height: 1;
    text-align: start;
}
