.tag-blog .blog-item {
  margin-bottom: 2rem;
}
.tag-blog .item-title {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.tag-blog .item-meta {
  color: #666;
  font-size: 0.9rem;
}
.tag-blog .item-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.tag-blog .readmore a {
  text-decoration: underline;
  color: #007bff;
}

li, h1, h2, h3, h4, h5, h6, p {
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: "‣";
}

blockquote{
  font-size: 16px;
  width:90%;
  margin:5px auto;
  font-family:'Poppins';
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:4px solid #71a2d4 ;
  line-height:1.6;
  position: relative;
  background:#f0f0f0;
}

blockquote::before{
  font-family:Garamond;
  content: "\0022";
  color:#71a2d4;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

p {
  margin-top: 0.5em ;
  margin-bottom: 0em ;
} 

ol {
  margin-top: 0em ;
  margin-bottom: 0em ;
} 

ul {
  margin-top: 0em ;
  margin-bottom: 1em ;
} 

h2 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h3 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h4 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h5 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 

h6 {
  margin-top: 1em ;
  margin-bottom: 0em ;
} 