.block-types a {color:#fff;}
.block-types .item-heading img {
    margin-right: 15px;
}

.block-types {
	background-color: #392b56;
	padding: 80px 0;
	color: #fff;
	position: relative;
}


.block-types::after {
	content: "";
	background-image: url("images/shapes4.svg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 30% auto;
	opacity: 0.9;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.block-types .block-title {
	margin-bottom: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
}

.block-types .block-content {
	margin-bottom: 65px;
}

.block-types .block-content p {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
}

.block-types .item-heading {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #61c0c1;
	font-weight: bold;
	    display: flex;
    align-items: center;
}

.block-types .item-heading svg {
	margin-right: 15px;
}

.block-types .item-heading svg .Graphic-Style {
	fill: #61c0c1;
}

.block-types p {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
}

.block-types.transparent-section {
	background: #fff;
	padding: 0 0;
}

.block-types.transparent-section::before {
	display: none;
}

.block-types.transparent-section p {
	color: #1a202c;
}

.block-types.transparent-section .btn a:hover {
	color: #fc6c12;
}

.block-types.transparent-section::after {
	opacity: 0.2;
}


.block-background::before{left:50%;width:100vw;}.