.scooring-template .heading {
	font-size: 37px !important;
	line-height: 48px !important;
	font-weight: bold !important;
	margin: 0px 0 10px !important;
	position: relative;
}
.scooring-template .header-image {
	position: absolute;
	margin-left: -130px;
	width: 95px;
	height: 95px;
}
.scooring-template .smaller-heading {
	font-size: 31px !important;
	line-height: 40px !important;
	font-weight: bold !important;
	margin: 0 0 16px !important;
	padding-bottom: 0 !important;
}
.scooring-template .paragraph {
	font-size: 22px;
	line-height: 36px;
	margin: 0;
	color: #1A1A1A;
}
.scooring-template .list-wrapper {
	width: 50%;
}
.scooring-template .list-section {
	display: flex;
	justify-content: space-between;
}
.scooring-template .list-wrapper:first-of-type {
	padding-right: 44px;
}
.scooring-template .list-wrapper:last-of-type {
	padding-left: 44px;
}
.scooring-template .list {
	list-style-type: none;
	padding: 0;
	padding-left: 16px;
}
.scooring-template .list>li {
	font-size: 18px;
	line-height: 24px;
	display: flex;
	margin-bottom: 16px;
	padding-bottom: 0;
}
.scooring-template .list-content {
	position: relative;
	margin-left: 32px;
	font-weight: 400;
	color: #4D4D4D;
	font-size: 18px;
}
.scooring-template .custom-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top: 5px;
}
.scooring-template .custom-icon::before {
	content: " ";
	position: absolute;
	display: block;
	width: 16px;
	margin-left: -8px;
	left: 50%;
	top: 7px;
	bottom: 7px;
	z-index: 9;
}
.scooring-template .plus-custom-icon::after {
	content: " ";
	position: absolute;
	display: block;
	background-color: #038203;
	height: 16px;
	margin-top: -8px;
	top: 50%;
	left: 7px;
	right: 7px;
	z-index: 9;
}
.scooring-template .plus-custom-icon::before {
	background-color: #038203;
}
.scooring-template .minus-custom-icon::before {
	background-color: #A30319;
}
.scooring-template .review-wrapper {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 8px;
	display: flex;
	font-weight: bold;
	margin: 24px 0 48px;
}
.scooring-template .review-paragraph {
	font-size: 16px !important;
	color: #1A1A1A !important;
	line-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.scooring-template .review-inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 8px 40px;
}
.scooring-template .review-inner-wrapper .thin {
	font-weight: normal;
}
.scooring-template .review-inner-wrapper .name {
	font-weight: 700;
}
.scooring-template .geex-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #1A1A1A;
}
.scooring-template .geex-logo {
	height: 40px;
	width: initial;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}
.scooring-template .review-inner-wrapper:first-of-type {
	border-right: 1px solid #ddd;
}
.scooring-template .review-inner-wrapper:first-of-type>p:first-child {
	margin-right: 16px;
}
.scooring-template .rating-wrapper {
	display: flex;
	align-items: center;
}
.scooring-template .rating-wrapper .paragraph {
	font-size: 22px !important;
	line-height: 36px !important;
}
.scooring-template .rating-wrapper>img {
	margin-left: 24px;
}
@media (max-width: 992px) {
	.scooring-template .heading {
		text-align: center;
	}
	.scooring-template .rating-wrapper {
		flex-direction: column-reverse;
	}
	.scooring-template .rating-wrapper>img {
		margin: 0 0 24px 0;
		width: 80%;
	}
	.scooring-template .list-section {
		flex-direction: column;
	}
	.scooring-template .list-wrapper {
		padding: 0 !important;
		width: 100%;
	}
	.scooring-template .review-wrapper {
		flex-direction: column;
	}
	.scooring-template .review-inner-wrapper {
		width: 100%;
		flex-direction: column;
		text-align: center;
		border-right: 0;
	}
	.scooring-template .review-inner-wrapper:first-of-type {
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
	.scooring-template .hide-on-small-devices {
		display: none;
	}
	.scooring-template .header-image {
		position: initial;
		margin: auto;
		display: block;
	}
	.scooring-template .geex-logo {
		height: 30px !important;
		margin-top: 5px
	}
	.list {
		margin-left: 0 !important;
	}
	.scooring-template .review-paragraph{
		text-align: center !important;
	}
}