.size-hero{
padding:100px 0;
text-align:center;
background:#050505;
}

.size-hero h1{
font-size:60px;
color:#ffffff;
margin-bottom:15px;
}

.size-hero p{
color:#bbb;
}

.size-section{
padding:80px 0;
}

.size-card,
.tips-box{
background:#111;
padding:35px;
border:1px solid rgba(255,255,255,.08);
margin-bottom:30px;
}

.size-card h2,
.tips-box h2{
margin-bottom:25px;
color:#ffffff;
}

.table-wrapper{
overflow-x:auto;
}

table{
width:100%;
border-collapse:collapse;
}

table th{
background:#ffffff;
color:#fff;
padding:15px;
}

table td{
padding:15px;
text-align:center;
border:1px solid #222;
}

.tips-box ul{
list-style:none;
}

.tips-box li{
padding:10px 0;
color:#ccc;
}

@media(max-width:768px){

.size-hero h1{
font-size:42px;
}

.size-card,
.tips-box{
padding:25px;
}

}