.case-study {
	margin-left: -24px;
	margin-right: -24px;
}
.case-study article {
	padding: 24px
}
.case-study .slick-slide {
	font-size: 16px;
}
.case-study .slick-track {
	font-size: 0px;
}
.case-study .case-study-card {
	overflow: hidden
}
.case-study .case-study-card {
	overflow: hidden;
}
.case-study .card {
	background-color: #fff;
	border-radius: 32px;
	padding: 8px 32px;
	border: 4px solid #F4F5F7;
	position: relative;
}
.case-study .case-study-images img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0;
}
.case-study .case-study-images img:nth-child(2) {
	position: relative;
	margin-left: -16px;
	z-index: -1;
}
.case-study .case-study-quote {
	text-align: left;
	font-size: 1.125em;
	color: #232e35;
	padding-top: 64px;
	float: none;
	max-width: 100%;
	width: 100%;
	margin: 0;
}
@media(max-width: 919px) {
	.case-study .case-study-quote {
		border-bottom: none
	}
}

.case-study .case-study-usage {
	display: flex;
	width: 100%;
	margin-top: 8px
}
.case-study .case-study-usage h4 {
	font-size: .875em;
	margin-bottom: 10px;
	font-family: Inter,sans-serif;
	font-weight: 600;
}
.case-study .case-study-usage p, .case-study .case-study-usage li {
	font-size: .875em;
	margin-bottom: 0;
	margin-top: 0
}
.case-study .case-study-usage ul {
	padding-left: 16px
}
.case-study .case-study-usage>div {
	padding-right: 48px
}
.case-study .case-study-usage>div:nth-child(1) {
	width: 60%
}
@media(max-width: 919px) {
	.case-study .case-study-usage {
		display: none
	}
}
.case-study .case-study-footer {
	padding-left: 132px;
	padding-right: 230px;
	padding-top: 30px;
	padding-bottom: 30px;	
	margin-left: -32px;
	margin-right: -32px;
	margin-bottom: -8px;
	margin-top: 30px;
	position: relative;
	border-top: 4px solid #F4F5F7;
}
.case-study .case-study-footer h4 {
	font-size: 1em;
	margin: 0;
	position: relative;
	z-index: 1
}
.case-study .case-study-footer h4 span {
	font-size: .875em;
	color: #656d72;
	display: block;
	font-weight: normal;
	font-family: Inter,sans-serif;
	margin-top: 5px;
}
.case-study .case-study-footer .button {
	position: absolute;
	right: 32px;
    top: 50%;
    transform: translate(0, -50%);
}
.case-study .case-study-footer .buttom:hover {
	background-color: #0d6aaf;
	border-color: #094d80;
}
@media(max-width: 919px) {
	.case-study .case-study-footer h4 {
		margin: 16px 0
	}
}
@media(max-width: 919px) {
	.case-study .case-study-footer {
		padding-left: 32px;
		padding-right: 32px;
		text-align: center
	}
	.case-study .case-study-footer .button {
		position: relative;
		top: 0;
		left: 0
		transform: translate(0, 0);
	}
}
.case-study ul.slick-dots li:not(:first-child) {
    margin-left: 4px;
}
.case-study .case-study-images {
	position: absolute;
	z-index: 1;
	left: 28px;
	top: 50%;
	display: flex;
	transform: translate(0, -50%);
}
.case-study .case-study-images img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0
}
.case-study .case-study-images img:nth-child(2) {
	position: relative;
	margin-left: -12px;
	z-index: -1
}
@media(max-width: 919px) {
	.case-study .case-study-images {
		position: relative;
		top: 0;
		left: 0
	}
	.case-study .case-study-images {
		justify-content: center;
	}
}
.case-study .case-study-dots {
	width: 100%;
	text-align: center
}
@media (max-width: 540px) {
	.case-study blockquote {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0% !important;
	}
  .case-study .case-study-quote {
    padding: 24px;
    padding-top: 64px;
}
}