.case-study{
	text-align: left;
    line-height: 25px;
    font-size: 16px;
}
.case-study-title{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.case-study-occupation{
	font-size: 16px;
	margin-bottom: 20px;
}
.case-study-image img{
	width: 100%;
}
.case-study h3{
    background-color: #125990;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 50px 0 20px;
    padding: 10px 20px;
}
.case-study-background{
	border:2px solid #0457A7;
	padding: 20px;
	display: flex;
	gap:20px;
	margin: 40px 0 20px;
}
.case-study-background h4{
	color: #0457A7;
	font-size: 25px;
    font-weight: bold;
	margin-bottom: 15px;
}
.case-study-background img{
	width: 50px;
}
.case-study-background-title{
	width: 20%;
    text-align: center;
	max-width: 150px;
}
.case-study-background-text{
	width: 80%;
}
.case-study ul{
	margin-left: 20px;
}
.case-study li{
	list-style: disc;
}
.case-study .topic{
	background-color: #F1F1F1;
	margin: 40px 0 30px;
	padding: 20px 15px;
	font-weight: bold;
	font-size: 25px;
}
.case-study .topic span{
    background-color: #23B5EA;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-right: 40px;
	position: relative;
	display: inline-block;
	width: 120px;
}
.case-study .topic span:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 140px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #23B5EA;
    border-width: 23px 23px 23px 23px;
}
.case-study-footer{
	background-color: #F6FAFD;
	text-align: center;
	margin: 60px 0;
	padding: 60px 0;
}
.case-study-footer-txt{
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}
.case-study-footer img{
	margin: 50px 0px;
}
.bgimflex{
	display:flex;
	gap:30px;
	font-weight: bold;
}
.bgimflex img{
	margin-top: 5px;
}
.case-study img{
	width: 100%;
}
.case-study h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.case-study .contIn1020{
		padding: 0 20px;
	}
	.case-study-background {
		display: block;
	}
	.case-study-background-text {
		width: 100%;
	}
	.case-study-background-title {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.case-study .topic span {
		display: block;
		margin-bottom: 10px;
	}
	.case-study .topic {
		font-size: 20px;
	}
	.case-study .topic span:after {
		left: 138.5px;
		border-width: 23px 23px 23px 23px;
	}
	.case-study-footer {
		padding: 40px 20px;
	}
	.case-study-footer-txt {
		font-size: 18px;
	}
	.bgimflex{
		display: block;
	}
	.bgimflex div{
		margin-bottom: 10px;
	}
}