.breadcrumbs__row {
    position: absolute;
    top: 0%;
    z-index: 7;
    padding-top: 8em;
}
/* Top Wrapper Section */
#top__wrapper-section {
    height: 1180px;
    background: linear-gradient(180.34deg, #242424 0.58%, #000000 100.32%);
    padding-top: 200px;
    clip-path: circle(150vw at 50% calc(100% - 156vw));
}
#top__wrapper-section .top__wrapper-subtitle {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}
#top__wrapper-section .top__wrapper-image {
    max-width: 1100px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* What section */
.what__stores {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.what__store-image {
    max-width: 200px;
    margin-top: 4;
}
.what__logo {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-bottom: -90px;
}
.what__phones-col {
    position: relative;
}
.what__phone-img {
    position: absolute;
    left: -20%;
    top: -35%;
    max-width: 700px;
}
/* Background section */
#background__section {
    height: 844px;
    width: 100%;
}
/* Challenge section */
.challenge__image-col {
    position: relative;
}
.challenge__img {
    position: absolute;
    top: -40%;
    left: -10%;
    max-width: 1000px;
    z-index: 5;
}
/* Solution section */
#solution__section .about__row-title {
    margin-bottom: 48px;
}
.solution__phone-col {
    position: relative;
}
.solution__phone {
    max-width: 1000px;
    position: absolute;
    left: -70%;
    top: -20%;
}
.solution__phone-row {
    transform: scale(1.25);
    margin-bottom: 250px;
    margin-left: 130px;
}
.solution__image {
    margin-bottom: 108px;
    margin-top: -30px;
    max-width: 150px;
    margin-left: 25px;
}
.solution__block-icon img {
    width: 65%;
}
/* Impact section */
#impact__section {
    margin-top: 100px;
    margin-bottom: 150px;
}
.impact__phone {
    position: absolute;
    max-width: 445px;
    left: 0%;
}
.impact__screen-2 {
    width: 100%;
}
.impact__screen-3 {
    margin-left: 30px;
}
.impact__screen {
    max-width: 200px;
}
/* Screen section */
#screen__section {
    min-height: 1100px;
    background: url(../../images/case-studies/champions/screen_section.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 52px 3%;
    position: relative;
}
#screen__section .screen__section-bottom {
    position: absolute;
    width: 94%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
/* About row styles */
.about__row .about__row-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 36px;
    background-image: url(../../images/case-studies/square_big_grey.png);
    background-position: px 0;
    background-repeat: no-repeat;
    padding: .6em .6em
}
/* Hexagon styles */
.hexagon {
    position: relative;
    z-index: 10;
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 138px;
	height: 79.67px;
	background-color: #fff;
	margin: 25px 7px;
	-webkit-box-shadow: 0px 0px 94.9411px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 94.9411px rgba(0, 0, 0, 0.05);
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.hexagon-wrapper {
	width: 26rem;
}
.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: 0px 0px 94.9411px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 94.9411px rgba(0, 0, 0, 0.05);
}
.hexagon::before {
	top: -48.7904px;
}
.hexagon::after {
	bottom: -48.7904px;
}
.hexagon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 79.6743px;
	z-index: 2;
	background: inherit;
    /* box-shadow: 0px 0px 94.9411px rgba(0, 0, 0, 0.05); */
}
.hexagon:nth-child(4) img {
    width: 75%!important;
}
.hexagon:nth-child(3) {
    top: 135px;
    left: -235px;
}
.hexagon:nth-child(4) {
    top: 135px;
    left: -235px;
}
/* styles for bigger screens */
@media screen and ( min-width: 1700px ) {
    #background__section {
        height: 1000px;
    }
}
@media screen and ( min-width: 1900px ) {
    #background__section {
        height: 1000px;
        background: url(../../images/case-studies/champions/background_section_1920.png) center no-repeat!important;
    }
    .impact__phone {
        max-width: 445px;
    }
}
@media screen and ( min-width: 2100px ) {
    #background__section {
        height: 1200px;
    }
    #screen__section {
        min-height: 1600px;
    }
}


@media ( min-width: 1200px ) and ( max-width: 1300px ) {
	.solution__phone-row .col-xl-7 {
		flex: 0 0 100%;
	}
	h2.about__row-title {
		padding-right: 0 !important;
	}


}

@media ( min-width: 815px ) and ( max-width: 820px ) {
	#top__wrapper-section {
		height: 953px !important;
	}
}

/* mobile styles */
@media screen and ( max-width: 1250px ) {
    .challenge__img {
        left: 40%;
        top: 31.5%;
        max-width: 700px;
    }
    .what__phone-img {
        left: -30%;
    }
    .impact__screen {
        max-width: 135px;
    }
	
	#challenge__section .challenge__image-col img.challenge__img {
		display: none;
	}
}
@media screen and ( max-width: 1200px ) {
    .solution__phone-row {
        transform: scale(1);
        margin-left: 0px;
        margin-bottom: 200px;
    }
    .about__row-title {
        margin-bottom: 0px;
    }
    #what__section {
        position: relative;
    }
    .what__stores {
        justify-content: flex-start;
    }
    .what__stores img {
        margin-right: 5px;
    }
    .what__phones-col {
        position: inherit;
    }
    .what__phone-img {
        left: inherit;
        right: 0%;
        top: -20%;
        max-width: 550px;
    }
    #background__section {
        height: 640px;
    }
    #challenge__section {
        position: relative;
    }
    .challenge__image-col {
        position: inherit;
    }
    .challenge__img {
        left: 50%;
        transform: translateX(-50%);
        top: 65.5%;
        max-width: 700px;
    }
    #screen__section {
        min-height: 985px;
    }
    #solution__section {
        position: relative;
    }
    .solution__image {
        margin-bottom: 0px;
        margin-top: 0px;
        left: 30%;
        top: -4%;
        max-width: 100px;
    }
    .solution__phone {
        max-width: 800px;
        position: absolute;
        left: -45%;
        top: -30%;
    }
    .solution__image {
        position: absolute;
    }
    .solution__gap-col {
        display: none;
    }
    .solution__block-icon {
        text-align: center;
    }
    .impact__phone {
        position: absolute;
        max-width: 300px;
        left: 0%;
        top: 38%;
    }
}
@media screen and ( max-width: 1024px ) {
    #top__wrapper-section {
        height: 900px;
    }
    .impact__screen {
        max-width: 120px;
    }
    #screen__section {
        min-height: 830px;
        margin-top: 100px;
        background-position: 0% 5%;
    }
    .impact__screen-3 {
        margin-left: 0px;
    }
    .impact__main-scren {
        width: 90%;
    }
}
@media screen and ( max-width: 980px ) {
    .what__phone-img {
        top: -10%;
        max-width: 450px;
    }
    #background__section {
        height: 465px;
    }
    .challenge__img {
        top: 76.5%;
    }
    .solution__image {
        left: 40%;
    }
    .solution__phone {
        max-width: 625px;
    }
    .solution__block-icon img {
        width: 100%;
    }
    .solution__block-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .impact__phone {
        max-width: 225px;
        left: 2%;
        top: 20%;
    }
    .impact__screen {
        max-width: 200px;
    }
}
@media screen and ( max-width: 820px ) {
    #screen__section {
        min-height: 675px;
    }
}
@media screen and ( max-width: 768px ) {
    #top__wrapper-section {
        height: 705px;
    }
    .what__phone-img {
        position: absolute;
        left: inherit;
        right: 0%;
        max-width: 450px;
        top: 0%;
    }
    .what__phones-col {
        margin-top: 40px;
    }
    .what__logo {
        padding-top: 0px;
    }
    #background__section {
        height: 410px;
    }
    .challenge__img {
        top: 85%;
        left: 62%;
        max-width: 590px;
    }
    #screen__section {
        min-height: 650px;
        margin-top: 100px;
    }
    .solution__phone {
        position: relative;
        top: -5%;
        left: -65%;
    }
	.hexagon:nth-child(3) {
		top: -3px;
		left: 78px;
	}
	.hexagon:nth-child(4) {
		top: -3px;
		left: 79px;
	}
    .solution__phone-row {
        margin-bottom: 100px;
        max-width: 400px;
    }
    .solution__block-icon {
        width: 50%;
        margin-bottom: 15px;
    }
    .impact__phone {
        order: 3;
        position: inherit;
        margin-left: auto;
        margin-right: auto;
    }
    .impact__screen {
        max-width: 200px;
    }
	.solution__phone {
		left: 0%;
	}
}
@media screen and ( max-width: 730px ) {
    .solution__phone {
        left: 0%;
    }
}
@media screen and ( max-width: 667px ) {
    .solution__phone {
        left: 0%;
    }
    #screen__section {
        min-height: 500px;
        margin-top: 200px;
    }
    .impact__screen {
        max-width: 160px;
    }
    .solution__block-icon {
        width: 40%;
    }
}
@media screen and ( max-width: 525px ) {
    #background__section {
        height: 300px;
    }
    .what__phone-img {
        position: relative;
        left: -25%;
        max-width: 485px;
        top: 0%;
    }
    .solution__phone {
        left: -45%;
    }
    .solution__phone-row {
        transform: scale(0.9);
    }
    #screen__section {
        min-height: 330px;
        margin-top: 240px;
    }
    .impact__screen {
        max-width: 105px;
    }
    .about__row-title {
        padding-bottom: 10px!important;
    }
    #screen__section {
        background-position: 0% 5%;
    }
}
@media screen and ( max-width: 395px ) {
    .what__logo {
        max-width: 310px;
    }
    .what__stores img {
        max-width: 150px;
    }
    .challenge__img {
        top: 90%;
        left: 62%;
        max-width: 494px;
    }
    #screen__section {
        min-height: 475px;
    }
    .solution__phone {
        max-width: 490px;
        margin-left: 50px;
        left: -50%;
    }
    .solution__phone-row {
        transform: scale(0.8);
        margin-left: -30px;
        margin-bottom: 20px;
    }
    #impact__section {
        margin-top: 50px;
    }
    #screen__section {
        min-height: 285px;
    }
    .solution__image {
        left: 60%;
        top: 0%;
    }
    .solution__phone-row {
        transform: scale(0.8);
        margin-left: -25px;
    }
    #impact__section {
        margin-bottom: 0px;
    }
    .solution__image {
        display: none;
    }
    #solution__section .about__row-title {
        margin-bottom: 0px;
    }
    #challenge__section .about__row {
        margin-bottom: 60px;
    }
}
@media screen and ( max-width: 330px ) {
    #top__wrapper-section {
        height: 680px;
    }
    .solution__phone-row {
        transform: scale(0.7);
        width: 100%;
        margin-right: 0px;
        margin-left: -40px;
    }
    .hexagon:nth-child(2) {
        position: absolute;
    }
    .hexagon:nth-child(4) {
        top: 137px;
        left: 245px;
        position: absolute;
    }
    .what__phone-img {
        max-width: 325px;
    }
    .what__stores img {
        max-width: 135px;
    }
    .solution__phone {
        max-width: 415px;
    }
    .challenge__img {
        top: 95%;
        max-width: 425px;
    }
    #screen__section {
        min-height: 255px;
    }
    .impact__screen {
        max-width: 78px;
    }
}