.xf_news_container {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.xf_news_grid_item {
  /*border: 1px solid rgba(0, 0, 0, 0.8);*/
  margin: 10px;
  /*min-height: 516px;*/
}


.xf_news_date {
	position: relative;

	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;

	/* identical to box height, or 171% */
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #C8BFBF;
}

.xf_news_title {
	position: relative;
	margin-bottom: 0;

	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #101828;

}


.xf_news_content {
	position: relative;
	height: 100%;
	width: calc(100% - 64px);
	/*padding: 32px;*/
	padding-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xf_news_btn_icon {
	width: 16px;
	height: 16px;
	fill: #CE122D;
	margin-bottom: -6px;
}

.xf_news_text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;

	color: #877B7B;
}

.xf_news_button {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;

	color: #CE122D;
}


/* PHONE DESIGN */
@media screen and (max-width:766px) {
  .xf_news_container {
    grid-template-columns: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .xf_news_content {
    width: 100%;
    padding: 0!important;
  }

}


/* TABLET DESIGN */
@media (min-width:767px) and (max-width:1024px) {
  .xf_news_container {
    grid-template-columns: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  /* Slideshow container */
  .xf_news_content {
    width: 100%;
    padding: 0!important;
  }
}
