.grid-image-text {
	width: 100%;
}

.grid-image-text .grid-image-text-mobile{
	display: none;
    margin-top: 30px;
}

.grid-image-text .grid-image-text-mobile img {
	width: 100%;
	height: auto;
}

.grid-image-text h2{
	color: #ac854a;
	font-family: "Cormorant Garamond",serif;
}

.grid-image-text .grid-image-text-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}







/**********************************************************************/
/*------------------------------ Mobile ------------------------------*/
/**********************************************************************/

@media (max-width: 813px) {
	.grid-image-text .grid-image-text-mobile{
		display: block;
	}

	.grid-image-text {
		padding-left: 15px;
    	padding-right: 15px;
	}

	.grid-image-text-items {
		flex-direction: column !important;
		margin-top:  50px;
	}
}