.cont1 {
    text-align: center;
    background: #000;
    color: #fff;
}
.cont1 h3 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin: 40px 0 20px;
}
.cont1 p {
    font-size: 12.8px;
    margin-bottom: 10px;
    color: #9FA0A0;
}
.cont2 {
    text-align: center;
    background: #fff;
}
.cont2 h3,.cont4 h3 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin: 40px 0 20px;
}
.cont4 {
	text-align:center;
	background-color:#fff;
}