:root {
	--columns: 1;
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	:root {
		--columns: 2;
	}
	.s-arabic-hero-section {
		background-size: 100% auto;
	}
	.s-arabic-hero-section .container {
		padding: 80px 80px 40px 80px !important;
	}
	.s-arabic-hero-section .content {
		padding: 80px 80px 40px 80px;
	}
	.s-arabic-links-section {
		padding: 0 30px !important;
	}
	.row.prisoners-data-text {
		padding:15px 70px 0px 70px;
	}
}

@media (min-width: 768px) {
	:root {
		--columns: 3;
	}
}

.s-button {
	display: flex;
	height: 40px;
	padding: 0 calc(20px - .5rem);
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	background-color: transparent;
	border-radius: 2px;
	color: #fff;
	border: 0.5px solid #fff;
}

.s-button:hover {
	text-decoration: none;
}

.s-button > span {
	margin: 0 .5rem;
	color: white;
}

.s-button > svg {
	margin: 0 .5rem;
}

.s-arabic-hero-section {
	background-image: url(/assets/images/arabic.png);
	background-repeat: no-repeat;
	background-size: 250% auto;
	padding: 0;
}

.s-arabic-hero-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 1200px;
	max-width: 100%;
	gap:40px;
	padding: 8px;
}

.s-arabic-hero-section .content {
	display: flex;
	width: 1000px;
	max-width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding:32px;
	background: rgba(0, 0, 0, 0.70);
	color: white;
	direction: rtl;
	font-family: Rubik;
}

.s-arabic-hero-section .content button {
	color: var(--green---bright-2, #D3EBD9);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	letter-spacing: -0.264px;
	cursor: pointer;
	border: none;
	background: none;
}

.s-arabic-hero-section .content div.truncate p:nth-child(n+4) {
	display: none;
}

.s-arabic-hero-section h1 {
	color: #FFF;
	text-align: center;

	/* H1 */
	font-family: Rubik;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	/* 126.316% */
	letter-spacing: -0.418px;
}

.s-arabic-hero-section p {
	text-align: right;
}

.s-arabic-links-section {
	max-width: 100%;
	width: 1200px;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: right;
}

.s-arabic-links-section .postcards-container {
	flex-grow: 1;
	min-width: 300px;
	margin: 1em 0;
}

.s-arabic-links-section h3 {
	text-align: center;
	color: #046637;
	font-family: Assistant;
	font-size: 38px;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 0;
}

.s-arabic-links-section h4 {
	text-align: center;
	color: #046637;
	font-family: Assistant;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0em;
}

.s-arabic-links-section .postcards {
	margin-top: 1em;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.s-arabic-links-section .postcard {
	padding: 20px;
	border: 1px solid #D3EBD9;
	border-radius: 1px;
	position: relative;
	flex: 0 1 calc((100% - (24px * (var(--columns) - 1))) / var(--columns));
}

.s-arabic-links-section .postcard-title {
	font-family: Assistant;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	display: block;
	padding-left: 7.5em;
}

.s-arabic-links-section .postcard-link {
	color: #5E7B65;
	font-family: Assistant;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
	text-align: left;
}

.s-arabic-links-section .postcard-link::after {
	padding-right: 0.5em;
	content: ">";
	font-family: Courier New;
	font-weight: bold;
}

.s-arabic-links-section .postcard-link:hover {
	text-decoration: none;
}

.s-arabic-links-section .postcard-image-container {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	width: 100%;
	background: #a4c6b6;
}

.s-arabic-links-section .postcard-image {
	position: absolute;
	bottom: 0px;
	left: 8px;
}

.s-arabic-links-section .fb-page {
	min-width: 500px;
	margin: 1em;
	margin-bottom: 2em;
	/* fill the row when alone, defer to postcards when alongside */
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}

.s-fb-button {
	background: linear-gradient(90deg, #0054FF -127.79%, #4267B2 74.64%);
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	cursor: pointer;
	height: 45px;
	border: none;
	gap: 8px;
	transition: scale 0.1s ease-in-out;
}

.s-fb-button:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(110%);
	transform: scale(1.01);
}

.s-fb-button:active {
	filter: brightness(90%);
	transform: scale(0.99);
}