div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.gift {
	padding: 45px 50px;
  }
  .gift__inner {
	display: flex;
	flex-direction: column;
	row-gap: 196px;
	min-height: 690px;
	justify-content: end;
  }
  .gift__title {
	width: 100%;
	max-width: 615px;
	font-size: 50px;
	line-height: 57px;
	font-weight: 600;
	color: white;
  }
  .gift__title span {
	display: inline-block;
	border-radius: 100px;
	background-color: #009254;
	padding: 5px 10px;
	margin-bottom: 7px;
	white-space: nowrap;
  }
  .gift__text {
	font-size: 18px;
	color: white;
	padding: 15px 20px;
	border-radius: 0px 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.26);
	position: relative;
  }
  .gift__text:after {
	display: block;
	content: "";
	width: 27px;
	height: 27px;
	background: url("/assets/img/banners/mark.svg") center no-repeat;
	background-size: cover;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1;
  }
  
  @media screen and (max-width: 700px) {
	.gift {
	  padding: 25px 20px;
	}
	.gift__title {
	  font-size: 25px;
	}
	.gift__inner {
	  row-gap: 50px;
	}
  }