.container{
    display: flex;
    justify-content: center;
    height:100vh;
    align-items:center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.content{
    width: 70%;
}

.head{
    text-align: center;
    font-size:17px;
    color:#b2b1b1;
    font-weight:500;
    line-height: 10px;
    margin-bottom: 80px;
}

.border{
    display: flex;
    justify-content: space-between;

}

.item{
}
.item div{
   display:flex;
   justify-content:center;
}

.HWC{
    border: none;
    background-color: #cc784e;
    width:45px;
    height:45px;
    color:white;
    font-size:11px;
    font-weight:200;
    display:flex;
    justify-content:center;
    align-items:center;
}

.vb{
    font-weight:600;
    font-size:17px;
}
