#cont{
	padding: 0 100px 50px 100px;
}
#pan{
	/* height: 50px; */
}

.inner li p:nth-of-type(1){
	font-size: 16px;
    color: #141B4D;
	line-height:1;
}
.inner li p:nth-of-type(2){
	padding: 6px 0 15px 0;
  font-size: 20px;
	font-weight: bold;
	line-height:1;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	/* color:#666; */
	/* letter-spacing:-2px; */
}
.inner li p:nth-of-type(3){
	margin-top: 9px;
	font-size: 20px;
	line-height:1.5;
	/* letter-spacing:-2px; */
}
.inner li p h4{
	font-size: 39px;
    line-height: 1.4;
}
.inner li a{
	display: block;
	width:250px;
	max-width: 100%;
	/* margin-top: 10px; */
	padding:2px 0;
	font-size: 20px;
	line-height: 1.6;
  font-family: 'Anek Bangla', sans-serif;
  /* font-style: italic; */
	border-radius: 16px;
	border: 1px solid #141B4D;
	margin: 30px auto 0;
}

@media screen and (max-width:959px){
	.inner li{
		padding:20px 0 0 0;
	}
	.inner li p:nth-of-type(1){
		font-size: 12px;
	}
	.inner li p:nth-of-type(2){
		font-size: 20px;
		letter-spacing:-1px;
	}
	.inner li p:nth-of-type(3){
		padding:0 0 20px;
		font-size: 20px;
		letter-spacing:-1px;
	}
	.inner li a{
		/* width: calc(7.825vw + 124.96px); */
		/* margin: 0 auto 25px; */
		/* font-size: calc(1.252vw + 9.99px); */
	}
}

.media-wrapper{
	display: grid;
	grid-template-columns: 1fr 1.1077fr 1fr;
	margin-top: 20px;
}

.media__content{
	/* border-bottom: 1px solid #CCCCCC; */
	/* padding-bottom: 58px; */
}

.media-wrapper li{
	/* border-bottom: 1px solid #CCCCCC; */
	/* padding-bottom: 58px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.media-wrapper li::after{
	content: "";
	display: block;
	height:1px;
	width: 100%;
	background-color: #CCCCCC;
	position: absolute;
	bottom: -50px;
	left: 0;
}

.media-wrapper li:nth-of-type(3n+1){
	padding-right: 12.2807%;
}
.media-wrapper li:nth-of-type(3n+2){
	padding-right: 10.4072%;
	padding-left: 10.4072%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.media-wrapper li:nth-of-type(3n){
	padding-left: 12.2807%;
}

.media-wrapper li:nth-of-type(n+4){
	margin-top: 100px;
}

.media-wrapper li:nth-of-type(n+16){
	border-bottom: none;
}
.media-wrapper li:nth-of-type(n+16)::after{
	display: none;
}


@media (max-width:959px){
	#cont{
		padding: 0 20px 50px;
	}
	.media-wrapper{
		grid-template-columns: 1fr;
	}

	.media-wrapper li{
		padding-bottom: 25px;
	}

	.media-wrapper li::after{
		bottom: 0px;
	}

	.media-wrapper li:nth-of-type(3n+1){
	padding-right: 0;
}
.media-wrapper li:nth-of-type(3n+2){
	padding-right: 0;
	padding-left: 0;
	border-right: none;
	border-left: none;
	margin-top: 10px;
}
.media-wrapper li:nth-of-type(3n){
	padding-left: 0;
	margin-top: 10px;
}

.media-wrapper li:nth-of-type(n+4){
	margin-top: 10px;
}

.media-wrapper li:nth-of-type(n+16){
	border-bottom: 1px solid #CCCCCC;
}
.inner li a{
	margin-top: 9px;
}
}
