.block-image {
	max-height: 520px;
	max-width: 786px;
	overflow: hidden;
}

.block-image img {
	display: block;
    max-width: 100%;
    transition: -webkit-transform 2.4s linear;
    -webkit-transition: -webkit-transform 2.4s linear;
}

.block-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block-info-wrapper {
	-webkit-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
	position: absolute;
    left: 0;
    max-width: 320px;
    background-color: #fff;
	padding: 50px;
	top: 50%;
    transform: translate(0px, -50%);
}

.block-info-wrapper .news-card-body h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0 !important;
    padding: 0 0 20px 0 !important;
    line-height: 1.2;
}

.block-info-wrapper p {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	line-height: 22px;
	color: #e78a03;
	margin-bottom: 10px;
}

.block-info-wrapper .btn {
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.block-info-wrapper .btn-orange {
	background-color: #f7941e;
    border: 0 none;
    color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
    padding: 14px 40px;
    text-transform: Uppercase;
	max-width: 250px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: 400;
    text-decoration: none;
}

.btn-orange:hover {
    background-color: #db7b0b;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.block-info-wrapper .field_body {
	margin: 0 0 15px 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.humanitarian-action-blk {
	margin-bottom: 50px;
}

.humanitarian-action-blk .inner-wrapper {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}

.humanitarian-action-blk .inner-wrapper .block-info-wrapper .center-block,
.humanitarian-action-blk .inner-wrapper .block-info-wrapper .btn.center-block {
	margin: 0;
}

@media (max-width: 575px) {
	.humanitarian-action-blk {
		position: relative;
		top: -50px;
		margin-bottom: 0;
	}

	.humanitarian-action-blk .inner-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.block-info-wrapper {
		position: relative;
		left: 0;
		right: 0;
		transform: translate(0px, 0px);
	}


}
