#strategy{
    padding-top: 50px;
    padding-bottom: 65px;

    position: relative;
    z-index: 9;
}

#strategy:before{
    content: " ";
    background: url(../images/bg-box2.png) no-repeat bottom center;
    width: 1148px;
    height: 596px;
    position: absolute;
    left: -89px;
    right: 0;
    margin: 0 auto;
    margin-top: -19px;
}

.strategy{
    position: relative;
}

.line1-strategy span{
    color: #624bde;
    font-size: 16px;
    font-family: 'UTM Avo';
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background: #eeebf9;
    border-radius: 10px;
}

.line1-strategy{
    margin-bottom: 90px;
}

.line2-strategy{
    color: #555555;
    font-size: 36px;
    font-family: 'UTM Avo';
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.item-strategy{
    background: #FFFFff;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 45px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
}
.icon-item-strategy{
    margin-bottom: 16px;
}

.content-item-strategy{
    font-family: 'Roboto Condensed';
    color: #272675;
    font-size: 18px;
    line-height: 1.4;
}

.content-item-strategy b{
    font-weight: bold;
}

.item-strategy-hightlight{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(99,84,226);
    background: linear-gradient(191deg, rgba(99,84,226,1) 39%, rgba(91,142,233,1) 66%);
    padding: 18px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
}

.title-strategy-hightlight{
    color: #ffff00;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'UTM Avo';

}

.content-item-strategy-hightlight{
    font-family: 'Roboto Condensed';
    font-size: 24px;
    color: #FFFFff;
}

.content-item-strategy-hightlight b{
    font-weight: bold;
}

.content-strategy{
    margin-bottom: 30px;
    padding: 0 30px;
}

.line1-strategy{
    text-align: center;
}

.line1-strategy span{
    display: inline-block;
}

.link-strategy{
    text-align: center;
}

.link-strategy a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #4d3eb5;
    padding: 0 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: 'UTM Avo';
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    transition: 0.4s;
    position: relative;
    top: 0;
}

.link-strategy a:hover{
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(10px);
}

@media only screen and (max-width : 1024px) {
    .content-strategy{
        padding: 0;
    }

    #strategy:before {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    .item-strategy,.item-strategy-hightlight{
        max-width: 245px;
        margin: 0 auto;
        z-index: 99;
        position: relative;
    }
    .item-strategy{
        padding-left: 15px;
        padding-right: 15px;
    }
    #strategy{
        background: url("../images/bg-box2-mobile.png") no-repeat;
        background-size: 100%;
        background-position: center;
        padding-top: 85px;
        padding-bottom: 132px;
    }
    #strategy:before{
        display: none;
    }
    .col-item-strategy{
        margin-bottom: 17px;
    }

    .col-item-strategy-1 .item-strategy:before{
        content: " ";
        background: url(../images/line-eclip.png) no-repeat;
        width: 50px;
        height: 175px;
        position: absolute;
        left: -46px;
        bottom: -92px;
    }
    .col-item-strategy-1 .item-strategy:after{
        content: "+";
        font-size: 30px;
        font-family: 'UTM Avo';
        color: #7941cf;
        font-weight: bold;
        position: absolute;
        left: -77px;
        bottom: -14px;
    }

    .col-item-strategy-2 .item-strategy:before{
        content: " ";
        background: url(../images/line-eclip.png) no-repeat;
        width: 50px;
        height: 175px;
        position: absolute;
        right: -46px;
        bottom: -92px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .col-item-strategy-2 .item-strategy:after{
        content: "+";
        font-size: 30px;
        font-family: 'UTM Avo';
        color: #7941cf;
        font-weight: bold;
        position: absolute;
        right: -77px;
        bottom: -14px;
    }

    .col-item-strategy-3 .item-strategy:before{
        content: " ";
        background: url(../images/line-eclip.png) no-repeat;
        width: 50px;
        height: 175px;
        position: absolute;
        left: -46px;
        bottom: -92px;
    }
    .col-item-strategy-3 .item-strategy:after{
        content: "=";
        font-size: 30px;
        font-family: 'UTM Avo';
        color: #7941cf;
        font-weight: bold;
        position: absolute;
        left: -77px;
        bottom: -14px;
    }
    .line1-strategy {
        margin-bottom: 37px;
    }
}

@media only screen and (max-width : 639px) {
   #strategy {
        left: -50px;
   }
}

@media only screen and (max-width : 479px) {
    #strategy{
        padding-top: 0;
        padding-bottom: 30px;
        left: 0;
    }
}

@media only screen and (max-width : 414px) {
    #header{
        background-position: -145px -244px;
    }

    .line2-strategy{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .item-strategy{
        padding-top: 13px;
        padding-bottom: 15px;
    }
    .col-item-strategy-1 .item-strategy:before,.col-item-strategy-3 .item-strategy:before{
        left: -27px;
        width: 26px;
    }
    .col-item-strategy-2 .item-strategy:before{
        right: -27px;
        width: 26px;
    }
    .col-item-strategy-1 .item-strategy:after,.col-item-strategy-3 .item-strategy:after{
        left: -50px;
    }
    .col-item-strategy-2 .item-strategy:after{
        right: -50px;
    }
}

@media only screen and (max-width : 320px) {
    .col-item-strategy-1 .item-strategy:before, .col-item-strategy-3 .item-strategy:before {
        left: -13px;
        width: 12px;
    }
    .col-item-strategy-1 .item-strategy:after, .col-item-strategy-3 .item-strategy:after {
        left: -34px;
    }
    .col-item-strategy-2 .item-strategy:before {
        right: -13px;
        width: 12px;
    }
    .col-item-strategy-2 .item-strategy:after {
        right: -34px;
    }
}
