.strategy-content{
    padding: 20px;
}
.strategy-content .content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.strategy-content .content .image{
  width:645px ;
}
.strategy-content .content .image img{
    width: 100%;
    height: 100%;
}
.strategy-content .content .title{
    font-weight: 400;
    font-size: 24px;
    color: #266DD0;
    line-height: 22px;
    margin-top: 29px;
    margin-bottom: 49px;
}
.strategy-content .content .substance{
    font-weight: 400;
    font-size: 15px;
    color: #717171;
    line-height: 40px;
}
.strategy-content .first-content .image{
    margin-right: 120px;
    width: 600px;
}
.strategy-content .second-content .image{
    margin-left: 138px;
    width: 600px;
}