.no-overflow-row {
	overflow: visible !important;
}

/* TEAM */

.branch-managers {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1%;
	row-gap: 30px;
}
.branch-managers-item {
	max-width: 31.333%;
	flex: 1 1 23%;
	margin: 0 1%;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.branch-manager-photo img {
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top center;
}
.branch-manager-text {
	padding: 20px;
}
.branch-manager-name {
	font-weight: 700;
	font-size: 18px;
	color: #E43824;
	margin-bottom: 10px;
}

/* CASE STUDIES */

.case-study-wrap {
	gap: 40px;
}

.case-study-wrap .case-study-block {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	max-width: 35%;
}

.case-study-wrap .case-study-block .title {
	padding: 15px;
}

.case-study-wrap .case-study-block p {
	color: #333;
}

.case-study-wrap .case-study-block .image img {
	aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
}

.case-study-wrap .case-study-image-2 {
	height: inherit;
	position: relative;
	width: 100%;
	max-width: 65%;
	border-radius: 12px;
	overflow: hidden;
}

.case-study-wrap .case-study-image-2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;

}

/* .branch_news-block button, */
.case-study-block button {
	width: 100%;
	height: 40px;
	background-color: #fece00;
	color: #333;
	border: 1px solid #fece00;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
}

/* .branch_news-block button:hover, */
.case-study-block button:hover {
	background-color: #e43824;
	color: #fff;
	border: 1px solid #e43824;
}

/* NEWS */

.branch_news .branch_news-block {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.branch_news .branch_news-block .image {
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
	/* 	padding: 15px 0; */
}

.branch_news .branch_news-block .image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background-color: #e43824;
}

.branch_news .branch_news-block .title {
	width: 65%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.branch_news .branch_news-block .title h2 {
	font-size: 40px;
}

.branch_news .branch_news-block .title h3 {
	line-height: 1.2;
	font-size: 34px;
	font-weight: 400 !important;
}

.branch_news .slick-track {
	display: flex !important;
	align-items: center;
}

/* GALLERY */

.branch-gallery {
	margin: 20px -100px 0;
}

.branch-gallery-scroller {
	padding: 0 40px;
}

.branch-gallery-scroller .slide {
	padding: 12px;
}

.branch-gallery-scroller .slide .branch-item-image img {
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4/3;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
}

/* Testimonials */

.branch-testimonials {
	text-align: center;
}

.branch-testimonials .slick-track {
	display: flex;
	align-items: stretch;
}

.branch-testimonials .slick-track .slide {
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.branch-testimonials .testimonial_text {
	font-size: 22px;
}

.branch-testimonials .testimonial_name {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.branch-testimonials .testimonial_date {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

/* beneficiary gallery */

.beneficiary-gallery {
	justify-content: flex-start;	
	row-gap: 30px;
	margin: 0 -1%;
}

.beneficiary-gallery div {
	width: 18%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.beneficiary-gallery div img {
	width: 90%;
	height: auto;
}

.beneficiary-gallery div .beneficiary-caption {
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

@media (max-width: 1450px) {	
	.branch-gallery {
		margin: 20px -20px 0;
	}
	.branch_news .branch_news-block .title h2 {
		font-size: 36px;
	}
	.branch_news .branch_news-block .title h3 {
		font-size: 30px;
	}
}

@media (max-width: 1180px) {
	.branch-gallery {
		margin: 20px 10px 0;
	}
	.branch-managers-item {
		max-width: 48%;
		flex: 1 1 48%;
	}
}

@media (max-width: 767px) {
	.branch-managers-item {
		max-width: 100%;
		margin: 0;
		flex: 1 1 100%;
	}
	.branch_news .branch_news-block .image {
		width: 100%;
	}
	.branch_news .branch_news-block .title {
		width: 100%;
		padding: 20px 0 0;
	}
	.branch_news .branch_news-block .title h2 {
		font-size: 34px;
	}
	.branch_news .branch_news-block .title h3 {
		font-size: 28px;
	}
	.case-study-wrap .case-study-block {
		max-width: 100%;
	}

	.case-study-wrap .case-study-image-2 {
		display: none;
	}
}
