/* about-us css */
.about h1 {
    font-size: 26px;
    padding: 15px 0
}

.about-para p {
    text-align: justify
}
.about-us{
    margin-top: 28px;
}
@media screen and (max-width:767px) {

    .about h1,
    .about-img {
        text-align: center
    }

    .header {
        padding-bottom: 0
    }

    .about h1 {
        display: block
    }
}

@media screen and (min-width:992px) {
    .breadcrumb__area {
        margin-top: 40px
    }
}

@media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
        bottom: 263px
    }
}
.about-us{
    margin-top:30px;
}