.strategy .title-num {
    display:inline-block;
    float:left;
    margin-right:22px;
    font-size:24px;
    font-weight:600;
    color:#222;
    letter-spacing:-0.01em;
    height:50px;
}
.strategy .strategy-text-wrap:not(:first-child) .title-num {
    height: 80px;
}
@media screen and (min-width: 768px) {
    .strategy .title-num {
        margin-right:42px;
    }
    .section01.strategy .strategy-text-wrap .title-num {
        height:auto;
    }
}
.strategy .strategy-text-wrap {
    padding:15px 0;
    border-bottom: 1px solid #b7b8ba;
}
@media screen and (min-width: 768px) {
    .strategy .strategy-text-wrap {
        padding: 35px 0;
    }
}
.strategy .strategy-text-wrap:first-child {
    padding-top:0;
}
.strategy-sub-wrap {
    line-height:1.25;
    margin-bottom: 70px;
    font-size:24px;
    font-weight:600;
    letter-spacing:-0.01em;
    color:#222;
}
@media screen and (min-width: 768px) {
    .strategy-sub-wrap {
        font-size: 28px;
    }
}
@media screen and (min-width: 992px) {
    .strategy-sub-wrap {
        margin-bottom: 90px;
    }
}
/* strategy-two */
.strategy-two {
    border-bottom:none;
    background-color:#f9f9f9;
}
.strategy-two .title-num {
    float:none;
    height:auto !important;
    margin: 0 0 11px 0;
}
@media screen and (min-width: 992px) {
    .strategy-two .title-num {
        margin: 0 0 40px 20px;
    }
}

.strategy-two .strategy-text-wrap .sub-title {

}
@media screen and (min-width: 992px) {
    .strategy-two .strategy-text-wrap .sub-title {
        margin:0 20px 0;
    }
}
.strategy-two .strategy-text-wrap {
    margin-top:38px;
    padding:0;
    border-bottom:none;
}
.strategy-two .strategy-text-wrap:first-child {
    margin-top:0;
}
@media screen and (min-width: 992px) {
    .strategy-two .strategy-text-wrap {
        min-height: 145px;
        margin-top:0;
    }
}
.strategy-two .strategy-text-wrap:after {
    display: inline-block;
    content: '';
    position: absolute;
    left:0;
    bottom:-21px;
    width:100%;
    height:1px;
    background-color: #eee;
}
@media screen and (min-width: 992px) {
    .strategy-two .strategy-text-wrap:after {
        left: initial;
        bottom:initial;
        right: 0;
        top: 0;
        width: 1px;
        height: 145px;
    }
}
.strategy-two .strategy-text-wrap:last-child:after{
    display:none;
}
.strategy-two .strategy-text-wrap:first-child .title-num,
.strategy-two .strategy-text-wrap:first-child .sub-title{
    margin-left:0;
}
.sectorin-wrap {
    padding:30px 0;
}
.sectorin-wrap .sectorin-details {
    padding-left:10px;
    font-size:20px;
    color:#222;
    font-weight:600;
}
@media screen and (min-width: 544px) {
    .sectorin-wrap .sectorin-details {
        padding-left: 20px;
    }
}
.sectorin-wrap .sectorin-details-text {
    width:100%;
    padding:15px 0;
    font-family: Roboto, sans-serif;
    color:#b2b2b2;
    border-bottom:1px solid #eee;
}
.sectorin-wrap .sectorin-details-text:first-child {
    padding-top:0;
}
