h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}

.gallary-item-content h3 {
 line-height: 32px;
}

a:link,
a:visited,
a:active {
    color: #f08c12;
}

a:hover {
    color: #424242;
}

.main-content a,
.main-content a:link {
    text-decoration: underline;
    color: #424242;
}

.main-content a:hover {
    text-decoration: underline;
    color: #f08c12;
}

p {
 margin-bottom: 10px;
 font-size: 16px;
}

.section-title-area p {
  font-size: 18px;
  color: #656565;
  line-height: 28px;
}

.widget-title h5 {
  margin-bottom: 10px;
}

.about-content {
  padding: 0 20px 40px 20px;
}

.about-heading h6 {
  font-size: 18px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.single-blog-post p {
 font-size: 16px;
  color: #656565;
}