.angularcta--section {
	position: relative;
	color: #fff;
	overflow: hidden;
}

.angularcta--section:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 2px;
    background: #fff;
    bottom: -1px;
    left: 0;
    right: 0;
}

.angularcta--container {
	padding: 120px 30px;
	position: relative;
}

.angularcta--copy {
	max-width: 550px;
	margin: 0 auto;
}

.angularcta--image {
	
}

.angularcta--section {
	padding-bottom: 7.8vw;
}

.angularcta--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 77 107 / 93%);
}

.angularcta--white-triangle {
	position: absolute;
	font-size: 1vw;
	width: 0;
	height: 0;
	top: calc(100% - 15.6em);
	left: 0;
	border-style: solid;
	border-width: 15.6em 0 0 100em;
	border-color: transparent transparent transparent #fff;
}

.angularcta--blue-triangle {
	font-size: 1vw;
	position: absolute;
	bottom: 15.6em;
	transform: translateY(100%);
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.8em 0 7.8em 50em;
	border-color: transparent transparent transparent #8fb0be;
}

@media (max-width: 567px) {
	.angularcta--section {
		padding-top: 0vw;
	}
	
}
