.bg-shape {
	background-repeat: no-repeat;
	background-position: right;
	background-size: 52% 100%;
}

.banner-case .description {
	margin-bottom: 10px;
}

.banner-case .columns:last-child {
	margin-bottom: 0px;
}

.banner-case .content-img {
	text-align: center;
}

.banner-case .main-blog {
	margin-left:auto;
	position:relative;
	max-width:515px;
	margin-bottom:-70px;
}

.main-blog .blog-listing__card {
	box-shadow: 0px 10px 40px 0px #6060601A;
}

.main-blog .blog-listing__card__top {
	border-radius: 40px 40px 0 0;
	display: flex;
	flex-direction: column;
	height: 250px;
	justify-content: flex-end;
	padding: 0 20px;
	position:relative;
}
.main-blog .blog-listing__card__title a{
	font-weight:600;
}

.main-blog .blog-listing__card__bottom {
	padding: 26px 30px 30px;

	background-color: #fff;
}
.banner-case  .blog-listing__card__top .blog-listing__card__top{
	position:relative;
}
.banner-case  .result-label{
	background:#4C5981;
	padding:8px 13px;
	box-shadow: 0px 10px 40px 0px #6060601A;
	border-radius:100px;
	width:fit-content;
	position:absolute;
	bottom:30px;
	right:20px;
}
.banner-case  .result-label span{

	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	text-align: center;
	color:#fff;
	text-transform:uppercase;
}
.banner-case .logo-case{
	position:absolute;
	bottom:-30px;
	left:20px;
	width:60px;
	height:60px;
	border-radius:100px;
	background:#EDEEF2;
	display:flex;
	align-items:center;
	justify-content:center;
	background-clip: content-box, border-box !important;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(90deg, #fd730f 46%, #25f4b9) !important;
	background-origin: border-box !important;
	background: #fff;
	border: 1px solid #fd730f00;
	box-shadow: inset 2px 1000px 1px #fff;
}
.banner-case .logo-case img{
	max-width:100%;
	border-radius:100px;
	object-fit:cover;
}

.main-blog .tag {
	background:#E1FCEF!important;
	border-radius: 100px;
	color: #4c5981;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	padding: 4px 14px;
	text-align: center;
	width: fit-content;
}
.main-blog .tag:last-child{
	background:#EDEEF2!important;
}

.main-blog .blog-listing__card, .main-blog .blog-listing__card__bottom {
	border-radius: 0px 0px 40px 40px;
}

.main-blog .content-tags {
	margin-top:17px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.main-blog .blog-listing__card__bottom .link-tertiary {
	padding: 10px;
	text-align: right;
	width: 100%;
}

.text-end {
	text-align: end;
}

.text-white {
	color: #fff !important;
}

.fw-semibold {
	font-weight: 500;
}

.text-gray {
	color: #B3B3B4;
}


@media (min-width:993px) {
	.banner-case .container-cta .col2 a {
		margin-left: 7px;
	}
}

@media (max-width:769px) {
	.banner-case .main-blog{
		margin-right:auto;
		margin-top:50px;
	
	}
	.banner-case .result-label{
		font-size: 12px;
		line-height: 16.8px;
		bottom:17px;
		right.12px;

	}
	.banner-case .logo-case{
		width:55px;
		height:55px;
	}
	.banner-case .content-img {
		margin-top: 20px;
	}

	.main-blog .blog-listing__card, .main-blog .blog-listing__card__bottom{
		border-radius: 0 0 20px 20px;
	}
	.main-blog .blog-listing__card__bottom{
		padding:20px;
	}

	.bg-shape{
		background-size: 100% 58%!important;
		background-position: bottom;
		background-size: auto;
	}

	.main-blog .blog-listing__card__top {
		height: 150px;
		border-radius: 20px 20px 0 0;
	}
	.main-blog{
		height:auto;
	}

	.d-sm-none {
		display:none;
	}
}