.gooten-post-tags {
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: -7px;
	 margin-right: -5px;
	 max-width: 503px;
}
 .gooten-post-tags a {
	 display: inline-block;
	 padding: 3px 16px;
	 background: #d3e2f8;
	 border-radius: 4px;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 20px;
	 text-align: center;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
	 color: #092dc5;
	 margin-top: 7px;
	 margin-right: 5px;
}
 