.gil-top-tips {
	align-items: stretch;
	background-color: var(--gil-top-tip-colour-bg);
	border-radius: 5px;
	color: var(--gil-top-tip-colour-txt);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 15px;
	margin-top: 46px;
}
.gil-top-tips > div {
	padding: 15px;
}
.gil-top-tips .gil-top-tips-image {
	margin-right: 10px;
	margin-top: -46px;
	max-width: 95px;
}
.gil-top-tips h2 {
	color: var(--gil-top-tip-colour-h);
	margin: 0 0 0.5em 0 !important;
}
.gil-top-tips img {
	filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
	height: auto;
	left: -38px;
	position: relative;
	margin-bottom: 10px;
	/*top: -46px;*/
	/*transform: rotate(345deg);*/
	width: 130px;
}
.gil-top-tips a {
	color: var(--gil-top-tip-colour-a);
}
.gil-top-tips a:hover {
	color: var(--gil-top-tip-colour-ahov);
}
.gil-top-tips-cat {
	display: inline-block;
	font-style: italic;
	text-align: center;
}
.gil-top-tips-cat span{
	font-weight:bold;
}

@media screen and (min-width: 576px) {
  /* - */
}

@media screen and (min-width: 768px) {
	.gil-top-tips .gil-top-tips-image {
		max-width: 150px;
	}
	.gil-top-tips img {
		width: 180px;
	}
}

@media screen and (min-width: 992px) {
  /* - */
}

@media screen and (min-width: 1200px) {
  /* - */
}