.img-container{
    display: flex;
    justify-content: space-between;
}
.img-container .img-box{
    width: 260px;
}
.img-container .img-box .content{
    margin-top: 16px;
}
.box{
    padding-bottom: 64px;
}
.small-title{
    font-size: 20px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    margin-top: 8px;
}
