.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.study-box {
  background: #fff;
  border: 2px solid #00a5b5;
  border-radius: 6px;
  padding: 20px;
  flex: 1 1 calc(50% - 40px);
  max-width: 450px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.study-box{
  color: #000 !important;
}
.logo-wrapper {
  margin-top: auto;
  text-align: center;
  margin-top: 20px;
}

.case-study-underline {
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  margin: 0 auto 15px auto;
}

.grey-box {
  background-color: #ecf5f4;
  width: 100%;
  height: 100%;
}

.grey-box h4 {
  font-weight: 500;
  line-height: 45px;
  font-size: 36px;
  padding: 50px 30px 30px 30px;
}

.grey-box p {
  padding: 0px 30px 0px 30px;
  font-size: 20px;
  color: #3a3939;
  line-height: 28px;
}

.bg-grey {
  background: #ecf5f4;
}
.equal-div {
  display: flex;
}
.equal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-deliver {
	background-color: #edeeee;
	padding: 50px 0
}

.deliver-card-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px
}

.inner-deliver-card-sec {
	background-color: #fff;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	box-shadow: -5px 5px 0 rgb(0 150 163);
	transition: transform .3s ease;
	border: 1px #a3dcea solid;
	margin-bottom: 10px;
	flex: 1 1 calc(50% - 40px);
	max-width: 380px;
	min-width: 280px
}

.img-card-sec {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: center
}

.inner-img-card-sec {
	border: 1px solid #0096a3;
	padding: 10px;
	border-radius: 10px;
	max-width: 370px;
	flex: 7 52 410px
}

.inner-img-card-sec img {
	border-radius: 10px;
	max-height: 232px;

}

.snowflake-quote-banner {
	background: url(/ehr-healthcare/img/strip-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif
}

.img-content-section-list {
	min-height: 480px;
	background-color: #edfafc
}

.img-content-section img {
    min-height: 480px;
    object-fit: cover;
}

.img-content-section {
	text-align: right
}

.partner-logo-heroshot {
	right: 0;
	bottom: 0
}

.cloud-card {
	display: flex;
	align-items: center;
	max-width: 720px;
	background: #eaf9fc;
	border: 2px solid #4fc3cf;
	border-radius: 16px;
	overflow: hidden
}

.text-box {
	padding: 15px
}

.text-box h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.3
}

  @media (min-width: 1200px) and (max-width: 1610px){
	br.hidden-xs.hidden-sm.hidden-md.br-none {
    display: none;
}
}
@media (max-width:991px) {

    .img-content-section img {
        min-height: 480px;
    }

.inner-img-card-sec {
    max-width: 100%;
}
.inner-img-card-sec img {
    width: 100%;
}
	.img-content-section-list {
		background-color: transparent;
		min-height: auto
	}

	.img-content-section {
		text-align: center;
		padding-left: 0
	}

	.img-content-section img {
		min-height: auto
	}
}

@media (max-width:768px) {
	    .inner-img-card-sec {
        max-width: 80%;
        margin: 0 auto;
    }
		.powered-sap img {
    		width: 80%;
	}
}
@media (max-width:600px) {

	.cloud-card {
		flex-direction: row
	}

	.text-box h3 {
		font-size: 16px
	}
}

@media (max-width:576px) {

	.img-card-sec {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media (max-width:400px) {
	.cloud-card {
		flex-direction: column;
		text-align: center
	}

	.text-box {
		padding: 16px
	}
}