/* Case studies section */
.casestudies-container {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f3f3f5;
	padding: 60px 0;
}

.featured-casestudy {
	padding: 0 15px;
}

.casestudies-container .box--post__content>h4>a {
	color: #a966b9;
}

.casestudies-container .box--post__image:before {
	bottom: -15px;
	height: 70px;
}

@media(min-width: 768px) {
	.casestudies-container .box--post__image:before {
		bottom: -30px;
		height: 70px;
	}
}

/* Sue social services */
.sue-social--services {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f3f3f5;
}

.sue-social--services .container {
	padding: 60px 0;
	border-bottom: 1px solid #5b1f69;
}

.sue-social--services h4 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}

@media(min-width: 768px) {
	.sue-social--services h4 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {
	.sue-social--services h4 {
		font-size: 43px;
	}
}

.sue-social--services p {
	text-align: center;
	margin-bottom: 60px;
}

.sue-social--services ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	padding: 0;
}

@media(min-width: 768px) {
	.sue-social--services ul {
		flex-direction: row;
	}
}

.sue-social--services li {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	color: #5b1f69;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

@media(min-width: 768px) {
	.sue-social--services li {
		width: calc(100% / 5);
		padding: 0 15px;
		font-size: 12px;
	}
}

@media(min-width: 1200px) {
	.sue-social--services li {
		font-size: 18px;
	}
}

/* About my claim section */
.about-my--claim {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f3f3f5;
	padding: 60px 0;
}

.claim-container {
	display: flex;
	flex-direction: column;
	height: auto;
}

@media(min-width: 768px) {

	.claim-container {
		flex-direction: row;
	}
}

.claim-left {
	width: 100%;
	margin-bottom: 30px;
}

.claim-left h5 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 36px;
	color: #5b1f69;
}

@media(min-width: 768px) {

	.claim-left {
		padding-right: 5%;
	}

	.claim-left h5 {
		font-size: 28px;
		padding-right: 10%;
	}
}

@media(min-width: 1200px) {
	.claim-left h5 {
		font-size: 40px;
	}
}

.claim-right {
	width: 100%;
	margin-bottom: 30px;
}

.claim-right h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	color: #5b1f69;
}

.claim-right ul {
	padding-left: 5px;
}

.claim-right li {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 40px;
}

.claim-right li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('assets/img/Tick.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
}

@media(min-width: 768px) {

	.claim-right h5 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {
	.claim-right h5 {
		font-size: 40px;
	}
}

@media(min-width: 768px) {

	.claim-left {
		width: 50%;
	}

	.claim-right {
		width: 50%;
	}
}

/* Related Posts */
.related-posts {
	background-color: #fff;
	padding: 60px 0;
}

.related-posts h5 {
	margin-top: 0;
	margin-bottom: 60px;
	font-size: 36px;
	color: #5b1f69;
	text-align: center;
}

@media(min-width: 768px) {

	.related-posts h5 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {

	.related-posts h5 {
		font-size: 40px;
	}
}