.about {
    background-image: url(img/about.jpg);
    background: cover;
    width: 100%;
    height: 30vh;
    margin: 0px;
    text-align: center;
    padding: 50px 0px 0px 0px;
}

.about h1 {
    margin: 0px;
    color: #000;
}

.about h3:hover {
    color: #ff0000;
}

.treatment {
    font-size: 13px;
}

.heading {
    font-size: 15px;
}

.boxes {
    background-color: #000 !important;
}

.text {
    color: #fff;
    text-align: center;
}

.add {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .footr {
        padding-top: 130px !important;
    }
    .footr .add {
        font-size: 13px !important;
    }
}