@media only screen and (max-width: 575px) {
#share-buttons ul {
    display: flex;
    flex-direction: column;
}
#share-buttons ul li {
    margin-bottom: 5px;
} 
#reply-title {
    width: 100%;
}
#submit {
    width: 100%;
}
.img-services-cat-front img {
    width: 100%;
    height: auto;
}
.canvas-item, .item {
    width: 290px;
}
.svg-hexagon {
    width: 290px;
}
.marg-mo {
    margin-bottom: 30px;
}
.about-us-front {
    margin-top: 50px;
}

}
@media only screen and (max-width: 767px) and (min-width: 576px) {
.img-services-cat-front img {
    width: 100%;
    height: auto;
}
.canvas-item, .item {
    width: 290px;
}
.svg-hexagon {
    width: 290px;
}
.marg-mo {
    margin-bottom: 30px;
}
.about-us-front {
    margin-top: 50px;
}


}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.img-services-cat-front img {
    width: 100%;
    height: auto;
}
.blog-img-front img {
    min-height: 145px;
}
.meta-blog-excerpt p {
    min-height: 210px;
}

}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
.meta-blog-excerpt p {
    min-height: 147px;
}

}
@media only screen and (max-width: 1439px) and (min-width: 1201px) {

}
