.template-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}

.template-logo-container:hover a {
  text-decoration: none;
}

.template-logo p {
  flex-basis: 100%;
}

.template-logo img {
  width: 50px;
}

.contact_email {
  color: #555555;
}

.home-img {
  float: right;
  width: 40%;
  margin: 0 30px 20px;
}

h2,
h3 {
  padding-top: 30px;
}

.post-img {
  border-radius: 10px 10px 0 0;
}
.single_blog_item {
  margin-bottom: 70px;
}

.section_tittle h2 {
  font-size: 30px;
}

.contact-area {
  padding-bottom: 50px;
}

.contact-area fieldset {
  padding: 10px 0;
}
.section_tittle_heading {
  padding-top: 50px;
}
.section_tittle_heading-cat {
  padding-top: 150px;
}

.post-author {
  padding: 0 0 20px;
}

@media (max-width: 768px) {
  .home-img {
    width: 100%;
    margin: 0 0 20px;
  }
  .single_blog_item {
    margin-bottom: 30px;
  }
  .contact-area .button {
    width: 100%;
  }
}
