#cont{
	padding: 0 100px 20px 100px;
}

.section__title{
	font-size: 28px;
	font-weight: bold;
	line-height: calc(32 / 28);
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
	margin-top: 10px;
}

.section__title--en{
	font-size: 14px;
	line-height: calc(32 / 14);
	color: #141B4D;
	font-family: 'Anek Bangla', sans-serif;
}

.societyit{
	margin-top: 100px;
}

.societyit__text{
	margin-top: 30px;
	/* display: flex; */
	/* align-items: center; */
	font-size: 14px;
	line-height: calc(32 / 14);
}

.btn__wrapper{
	margin-top: 41px;
}

.btn__bottom{
	margin-top: 11px;
}

.societyit__link{
	display: block;
	width: 91.6666%;
	font-size: 16px;
	line-height: 2;
	padding: 19px 0;
	border-radius: 35px;
	border: 1px solid #141B4D;
	/* margin-top: 30px; */
	text-align: center;
	background-color: #fff;
}

.societyit__link:hover{
	background-color: #141B4D;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.societyit-catch{
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.societyit__content{
	/* width: 100%; */
	position: relative;
	padding-bottom: 80px;
}

.societyit__img{
	display: block;
	width: 77.41%;
	/* width: 960px; */
	min-height: 500px;
	object-fit: cover;
	position: relative;
	left: -100px;
	right: auto;
	margin-right: auto;
}
.societyit__img--reverse{
	margin-left: auto;
	margin-right: 0;
	right: -100px;
	left: auto;

}

.societyit__card{
	position: absolute;
	right: 0;
	bottom: 50px;
	background-color: #fff;
	width: 48.38%;
	/* width: 600px; */
	min-width: 600px;
	padding: 50px;
	padding: max(50px,4.032%);
	box-sizing: border-box;

	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.societyit__card--reverse{
	left: 0;
	/* box-shadow: -4px 4px rgba(0,0,0,0.25); */
}

.societyit-bottom{
	padding-top: 50px;
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
}

.societyit-catch--large{
	font-size: 20px;
	line-height: calc(36 / 20);
}
.societyit-catch--bold{
	font-weight: bold;
}


@media (max-width:959px){
	#cont{
		padding-left:20px;
		padding-right: 20px;
		padding-bottom: 50px;
	}
	.societyit{
		margin-top: 0px;
	}

	.section__text{
		line-height: 26px;
		border: none;
	}
	.btn__wrapper{
		margin-top: 60px;
	}
	.societyit__link{
		font-size: 14px;
		line-height: 24px;
		padding: 12px 0 8px;
	}

	.societyit-catch{
		text-align: left;
	}
	.societyit__img{
		/* position: static; */
		width: 100vw;
		left: -20px;
		margin-top: 50px;
	}
	.societyit__card{
		margin-top: 20px;
		position: static;
		width: 100%;
		box-shadow: none;
		padding :0;
	}
	.societyit__content{
		padding-bottom: 0;
	}
	.societyit-bottom{
		margin-top: 50px;
	}
	.societyit-catch--bottom{
		text-align: center;
	}
}
