#cont{
	padding: 0 100px 70px;
	margin-bottom: 0px;
}

#main{
	padding-bottom: 0;
}

#nextCont{
	margin-bottom: 100px;
}

.catch{
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.catch__text{
	font-size: 18px;
	line-height: calc(40 / 18);
	width: 55.645%;
	padding-right: 4.0322%;
}

.catch__img{
	display: block;
	width: 44.3548%;
	border-radius: 20px;
}

.section__title--en{
	color: #141B4D;
	font-size: 14px;
	line-height: calc(32 / 14);
	font-family: 'Anek Bangla', sans-serif;
}

.section__title{
	font-size: 28px;
	line-height: calc(32 / 28);
	font-weight: bold;
	padding-bottom: 21px;
	border-bottom: 1px solid #CCCCCC;
}

.section__sub-title{
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	padding-left: 9px;
	/* border-left: 5px solid #00a0e9; */
	position: relative;
}

.section__sub-title::before{
	content:"";
	display: block;
	width: 5px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -2px;
	background-color: #141B4D;
}

.work{
	margin-top: 50px;
}

.work__wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
	flex-wrap: wrap;
}

.work__content{
	width:28.226%;
}

.work__content:nth-of-type(2){
	width: 28.79%;
	padding: 0 3.1451% 0 3.7096%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.work__content:nth-of-type(4){
	width: 30.3225%;
	margin-top: 40px;
	border-right: 1px solid #CCCCCC;
	padding-right: 1.8548%;
}

.work__content:nth-of-type(2) .section__text{
	padding-right: 1.9607%;
}
.work__content:nth-of-type(4) .section__text{
	padding-right: 06.9148%;
}

.section__text{
	font-size: 14px;
	line-height: 2;
	margin-top: 14px;
}

.child{
	margin-top: 50px;
}

.child-img{
	width:50.8064%;
}

.child-img img{
	width: 100%;
}

.child__top{
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.article{
	width: 45.564%;
	background-color: #d0d1db;
	border-radius: 20px 0 0 20px;
	padding-left: 50px;
	padding-top: 41px;
	padding-bottom: 49px;
	box-sizing: border-box;
	position: relative;
}
.article::after{
	content: "";
	display: block;
	background-color: #d0d1db;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100px;
	z-index: -1;
}
.article__title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.article__wrapper{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.article__text{
	margin-left: 20px;
	font-size: 14px;
	line-height: 2;
	line-break: strict;
}
.article-img{
	display: block;
	width: 26.2135%;
	height: auto;
	aspect-ratio: 135 / 137;
}

.section__text--bold{
	font-weight: bold;
}

.section__sub-title--small{
	font-size: 16px;
	line-height: calc(36 / 16);
	margin-top: -5px;
	display:inline-block
}

.others{
	margin-top: 50px;
}
.other__wrapper{
	display: grid;
	grid-template-columns: 1fr 1.1077fr 1fr;
	margin-top: 50px;
	row-gap: 35px;
}

.other__content1{
	/* padding-right: 49px; */
	padding-right: 12.2807%;
}
.other__content2{
	/* padding-left: 46px;
	padding-right: 46px; */
	padding-left: 10.4072%;
	padding-right: 10.4072%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.other__content3{
	padding-left: 12.2807%;
}

@media (max-width:959px){
	#cont{
		padding: 0 20px 100px;
	}

	.catch{
		display: block;
	}
	.catch__text{
		width: 100%;
		line-height: 32px;
	}
	.catch__img{
		width: 100%;
		margin-top: 52px;
	}

	.work{
		margin-top: 60px;
	}
	.work__wrapper{
	display: block;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
	flex-wrap: wrap;
}

.work__content{
	width:100%;
}


.work__content:nth-of-type(2){
	width: 100%;
	padding: 0;
	border-left: none;
	border-right: none;
}

.work__content:nth-of-type(n+2){
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid #CCCCCC;
}

.work__content:nth-of-type(4){
	width: 100%;
	margin-top: 40px;
	border-right: none;
	padding-right: 0;
}

.work__content:nth-of-type(2) .section__text{
	padding-right: 0%;
}
.work__content:nth-of-type(4) .section__text{
	padding-right: 0;
}

.section__text{
	line-height: 26px;
}
.child{
	/* margin-top: 0px; */
}
.child__top{
	display: block;
}
.child-img{
	width: 100%;
}
.article{
	width: 100%;
	padding: 20px 0 20px 20px;
	margin-top: 28px;
}
.article__title{
	text-align: center;
}
.article__wrapper{
	display: block;
}
.article-img{
	margin: auto;
	width: 135px;
}
.article__text{
	margin-left: 0;
	line-height: 26px;
	margin-top: 19px;
}
.section__sub-title--small{
	line-height: 1.5;
}
.section__sub-title2{
	line-height: 1.2;
}
.other__wrapper{
	grid-template-columns: 1fr;
	row-gap: 30px;
}
.other__content1{
	padding-right: 0px;
}
.other__content2{
	padding-left: 0px;
	padding-right: 0px;
	border-left: none;
	border-right: none;
}
.other__content3{
	padding-left: 0;
}
.other__wrapper div:not(:first-child){
	border-top: 1px solid #CCCCCC;
	padding-top: 26px;
}
#main {
	padding-bottom: 0px;
}
}
