i.shareaholic-service-icon.service-pinterest {
    display: none !important;
}
.custom-table-01 h2, h3 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.custom-table-01 {
    background-color: #058bbf;
    color: #fff !important;
  	padding-top: 10px;
	border-radius: 10px;
}
.column-01 {
    display: inline-block;
    width: 49%;
}
.column-01 ul {
    padding: 0 10px 25px;
}
.custom-table-01 h2 {
    margin: 15px 35px;
}
.custom-buttn-01 {
    background-color: #058bbf;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
@media only screen and (max-width: 960px) {
    .column-01 {
        display: block;
    	width: 100%;
    }
  .column-01.push-up {
    margin-top: -50px;
}
}