.home .content{
    display: flex;
    width: 60%;
    margin: auto;
    /*padding-top: 5vw;*/
}
.home .content .left{
    flex: 1;
    font-size: 1.4583vw;
    color: #15203f;
    font-weight: bold;
}
.home .content .right{
    flex: 1;
    font-size: 0.8333vw;
    font-weight: 400;
    color: #15203f;
    line-height: 1.8;
}
@media (max-width:1000px) {
  .home .content{
        display: flex;
        flex-direction: column;
    }
}