#people__top-wrapper {
	position: relative;
	background: -o-linear-gradient(270.38deg, #0e032a 0, #1f76d3 100%);
	background: linear-gradient(179.62deg, #0e032a 0, #1f76d3 100%);
	height: 100vh;
	-webkit-clip-path: circle(1384px at 49.1% calc(100% - 1430px));
	clip-path: circle(1384px at 49.1% calc(100% - 1430px))
}
#people__top-wrapper {
	height: 115vh;
}
#people__what-section .people__what {
	width: 40%!important;
}
#people__challenge-section .people__challenge {
	width: 36%!important;
}
.show__mobile {
	display: none;
}
#people__top-wrapper h1 {
	font-size: 43px;
	margin-bottom: 0em;
}
#people__top-wrapper h1 {
	font-weight: 400;
	padding-top: 4em
}
#people__what-section {
	position: relative
}
#people__what-section .people__what {
	position: absolute;
	right: -5%;
	top: 0;
	width: 30%
}
#people__challenge-section {
	position: relative
}
#people__challenge-section .people__challenge {
	position: absolute;
	left: -5%;
	top: 0;
	width: 30%
}
.hexagon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 138px;
	height: 79.67px;
	background-color: #fff;
	margin: 25px 7px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.hexagon-wrapper {
	width: 26rem
}
.hexagon-1 {
	margin-top: 9rem
}
.hexagon-2 {
	margin-left: -1rem
}
.hexagon-3 {
	margin-top: 1.1rem;
	margin-left: .9rem
}
.hexagon:hover {
	-webkit-transform: scale(.92);
	-ms-transform: scale(.92);
	transform: scale(.92);
	background-color: #e5f6ff
}
.hexagon::after, .hexagon::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97.58px;
	height: 97.58px;
	-webkit-transform: scaleY(.5774) rotate(-45deg);
	-ms-transform: scaleY(.5774) rotate(-45deg);
	transform: scaleY(.5774) rotate(-45deg);
	background-color: inherit;
	left: 20.2096px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}
.hexagon::before {
	top: -48.7904px
}
.hexagon::after {
	bottom: -48.7904px
}
.hexagon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 79.6743px;
	z-index: 2;
	background: inherit
}
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
.hexagon-new:nth-child(n+3) {
    margin-top: 2.8em;
}
.about__row h3 {
	font-family: Montserrat, sans-serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 0;
	background-image: url(../../images/case-studies/info-bg-title.png);
	background-position: px 0;
	background-repeat: no-repeat;
	padding: .4em .6em
}
.info-title {
	width: 60%;
}
@media screen and ( max-width: 2000px ) {
	#people__challenge-section {
		margin-top: 12em!important;
	}
}
@media screen and ( max-width: 1700px ) {
	#people__challenge-section {
		margin-top: 3em!important;
	}
}
@media screen and ( max-width: 1600px ) {
	#people__top-wrapper {
		height: 125vh;
	}
}
@media screen and ( max-width: 1440px ) {
	#people__top-wrapper {
		height: 1000px;
	}
	#people__top-wrapper h1 {
		padding-top: 0em;
	}
}
@media screen and ( min-width:1300px ) {
	.info-phone-img-2 {
		position: relative;
		top: -12rem;
		z-index: -1
	}
}
@media screen and ( max-width: 1270px ) {
	.info-title {
		width: 75%;
	}
}
@media screen and ( max-width: 1024px ) {
	.hide__mobile {
		display: none!important;
	}
	.show__mobile {
		display: block;
	}
	.mobile__solution-phone {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile__solution-phone img {
		width: 70%;
		margin-top: 1em;
	}
	.about__row br {
		display: none!important;
	}
	#people__top-wrapper {
		height: 105vh;
	}
	.top__wrapper-div img {
		width: 75%;
	}
	.hexagon-new-wrp {
		width: 100%;
	}
	.top__wrapper-div {
		right: 5%;
		left: 5%;
		position: absolute;
		bottom: 0%;
	}
}
@media screen and ( max-width: 1000px ) {
	#people__top-wrapper {
		height: 130vh;
	}
	.top__wrapper-div img {
		width: 85%;
	}
	#people__what-section .people__what {
		width: 70%!important;
		z-index: 0;
		right: -10%;
	}
	#people__challenge-section .people__challenge {
		width: 50%!important;
	}
	.img__solution-2 {
		display: none!important;
	}
	#people__solution-section {
		margin-top: 0em!important;
		padding-top: 0em!important;
	}
}
@media screen and ( max-width: 900px ) {
	.about__row h3 {
		font-size: 30px;
	}
	.hexagon-new:nth-child(n+3) {
		margin-top: 0.25em;
		margin-left: 0.25em;
	}
	#people__top-wrapper {
		height: 900px;
	}
}
@media screen and ( max-width: 820px ) {
	#people__top-wrapper {
		height: 745px;
	}
}
@media screen and ( max-width:768px ) {
	#people__top-wrapper {
		height: 95vh;
	}
	#people__what-section .people__what,
	#people__challenge-section .people__challenge {
		width: 100%!important;
	}
	.top__wrapper-div img {
		width: 65%;
	}
	.img__solution-2 {
		display: block!important;
	}
	#people__top-wrapper h1 {
		padding-top: 1em;
	}
	.hexagon-new:nth-child(n+3) {
		margin-top: 0em;
	}
	.hexagon-new:nth-child(3) {
		margin-left: 0em;
	}
	.show__mobile {
		display: block
	}
	.hide__mobile {
		display: none
	}
	#people__top-wrapper img {
		width: 100%
	}
	#people__what-section br {
		display: none
	}
	/* #people__challenge-section, #people__challenge-section>.container, #people__solution-section, #people__solution-section>.container, #people__what-section, #people__what-section>.container {
		padding: 0!important
	} */
	.people__what {
		position: relative!important;
		width: 100%!important;
		right: -30%!important
	}
	.people__challenge {
		position: relative!important;
		width: 100%!important;
		left: -20%!important
	}
	#people__solution-section>.container>.row>.col-md-6:nth-child(2) {
		text-align: center
	}
	#people__solution-section>.container>.row>.col-md-6:nth-child(2) img {
		margin-top: 1em;
		width: 70%
	}
	.hexagon-new:nth-child(n+3) {
		top: 0.35em;
		left: 0.35em;
	}
	section#people__top-wrapper {
	    height: 39rem;
	}
}
@media screen and ( max-width: 500px ) {
	#people__top-wrapper h1 {
		padding-top: 1em;
	}
	#people__solution-section {
		padding-top: 0em!important;
	}
	#people__challenge-section .people__challenge {
		margin-top: 4em;
	}
	.hexagon-new:nth-child(n+3) {
		margin-top: 2.8em;
	}
	.hexagon-new:nth-child(3) {
		margin-left: 4.9em;
	}
	#people__top-wrapper {
		height: 80vh;
	}
	#people__what-section .col-md-6:last-child,
	#people__challenge-section .col-md-6:nth-child(3) {
		display: none!important;
	}
	.hexagon-new:nth-child(n+3) {
		margin-top: 2.25em;
		margin-left: 4.6em;
	}
}
@media (min-height: 1366px) and (orientation: portrait) {
	#people__top-wrapper {
		height: 80vh;
	}
}
