#capacity{padding:4% 0;}
#capacity h2{
    font-size: 50px;
    color: #000;
    line-height: 1.07em;
    margin-bottom: 1%;
    font-weight: 800;
}
#capacity p{}
#capacity ul{list-style-type: circle;}
#capacity ul li{font-size: 17px;font-weight: 500;}
#capacity img{
    width: 100%;
    border-radius: 5px;
}

#capacity table{width: 100%;text-align: center;}
#capacity table tr{border: 1px solid #000;}
#capacity table tr th{font-size: 18px;
    border: 1px solid #9b9b9b;
    padding: 1%;
    background: #000;
    color: #fff;
}
#capacity table tr td{
    border: 1px solid #000;
    padding: 1% 0;
    font-size: 15px;
    color: #525252;
}
#capacity table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.divider{padding:6% 0;}

.imgBx{
    background: #ededed;
    padding: 4%;
    border-radius: 5px;
    margin-bottom: 8%;
}
.imgBx h3{
    text-align: center;
    font-size: 22px;
    margin-top: 2%;
    margin-bottom: 0;
}