/*
Theme Name: Choice Fire And Security
Theme URI: https://www.choicefireandsecurity.co.uk/
Template: Divi
Author: Website Energizers
Author URI: https://websiteenergizers.com/
Description: A Divi Child theme built by Website Energizers for Choice Fire and Security
Version: 5.0.3.1778680400
Updated: 2026-05-13 13:53:20

*/

.related-case-studies {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.related-case-study {
	width: calc(33.333% - 16px);
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.case-study-img-container {
	height: 331px;
}

.case-study-img-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.related-case-study-group {
	padding: 40px;
	background-color: #d1cfcb;
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex-grow: 1;
}

.case-study-subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.related-case-studies {
	display: flex;
}

.related-case-study-title {
	flex-grow: 1;
}

@media screen and (max-width: 1200px) {
	.related-case-study {
		width: 100%;
	}
	
	.related-case-studies {
		flex-wrap: wrap;
	}
	
	.related-case-study-title {
		text-align: center;
	}
	
	.case-study-subtitle {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.case-study-img-container {
		height: 200px;
	}
	
	.related-case-study-group {
		padding: 20px;
	}
}
