.main-content{
    width: 100%;
    padding: 30px 0;
}


.content-top{
    width: 68%;
    margin: auto;
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px;
}
.content-bottom{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.content-left{
    width: 15%;
    text-align: center;
    height: 125px;
    max-height: 125px;
}
.content-left>div{
   font-size: 20px;
   margin-top: 46px;
}
.content-left>span{
   font-size: 14px;
   font-weight: 700;
   margin-top: 15px;
}
.content-right{
    width: 80%;
}