.breadcrumbs__row {
    position: absolute;
    top: -9%;
    z-index: 7;
    padding-top: 0em;
}
/* 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
}
/* Top Wrapper */
#top__wrapper {
    height: 1000px;
    background: linear-gradient(179.62deg, #0E032A 0.33%, #136FD1 99.68%);
    padding-top: 200px;
    clip-path: circle(150vw at 50% calc(100% - 156vw));
}
#top__wrapper .container {
    position: relative;
    height: 100%;
}
#top__wrapper .top__wrapper-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    line-height: 52px;
}
#top__wrapper .top__wrapper-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    max-width: 430px;
}
#top__wrapper .top__wrapper-img {
    position: absolute;
    width: 75%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}
/* Phone section */
#phone__section {
    height: 1000px;
    position: relative;
    margin-bottom: 50px;
}
#phone__section::after {
    background: url(../../images/case-studies/rentfol/phones_bg.png);
    background-size: 115%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    left: -15%;
}
/* Challenge section */
.rentfol__map-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rentfol__map-text {
    margin-top: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}
.rentfol__map-gray {
    color: #414F63;
}
.rentfol__map-blue {
    color: #136FD1;
}
.rentfol__map-dark-blue {
    color: #0A2463;
}
.rentfol__map-dark-gray {
    color: #414F63;
}
/* Solution description */
.solution__description-block {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
}
.solution__description-block p::before {
    height: 12px;
    width: 12px;
    position: absolute;
    left: 4%;
    top: 3%;
    content: "";
    background: #136FD1;
    border-radius: 2px;
}
/* Impact background section */
#impact__bg-section {
    position: relative;
    height: 800px;
}
#impact__bg-section::before {
    background: url(../../images/case-studies/rentfol/circles_bg_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    width: 420px;
    position: absolute;
    content: "";
    left: 0%;
}
#impact__bg-section::after {
    background: url(../../images/case-studies/rentfol/circles_bg_2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 875px;
    width: 450px;
    position: absolute;
    content: "";
    top: 20%;
    right: 0%;
}
.impact__bg-phone {
    position: relative;
    z-index: 10;
}
.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: 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: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;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 79.6743px;
	z-index: 2;
	background: inherit;
    box-shadow: 6px 0px 8px -6px rgba(34, 60, 80, 0.2);
}
.hexagon:nth-child(1) {
    top: -70px;
}
.hexagon:nth-child(2) {
    top: -70px;
    left: 50px;
}
.hexagon:nth-child(3) {
    top: 65px;
    left: -130px;
}
/* styles for bigger screens */
@media screen and ( min-width: 1900px ) {
    #phone__section {
        height: 1375px;
    }
}
/* mobile styles */
@media screen and ( max-width: 1300px ) {
    .about__row .about__row-title {
        padding-right: 0px;
    }
    .hexagon:nth-child(1) {
        left: -15px;
    }
    .hexagon:nth-child(3) {
        left: -115px;
    }
} 
@media screen and ( max-width: 1200px ) {
    #phone__section {
        height: 750px;
    }
    .solution__description-block {
        padding-left: 0px;
    }
    .solution__description-block p::before {
        left: -6%;
    }
    .hexagon:nth-child(1) {
        left: -30px;
    }
    .hexagon:nth-child(3) {
        left: -105px;
    }
}
@media screen and ( max-width: 1024px ) {
    .about__row p {
        margin-top: 0px!important;
    }
    .about__row-title {
        margin-bottom: 0px;
    }
    .solution__description-block p::before {
        left: -8%;
        top: 2%;
    }
    #phone__section {
        height: 730px;
    }
    .technologies__col {
        margin-left: -100px;
        margin-bottom: -70px;
    }
}
@media screen and ( max-width: 1000px ) {
    #phone__section {
        height: 680px;
    }
    .technologies__col {
        margin-left: 0px;
    }
    .hexagon:nth-child(1) {
        left: 0px;
    }
    .hexagon:nth-child(2) {
        left: 10px;
    }
    .hexagon:nth-child(3) {
        left: -220px;
    }
    #impact__bg-section {
        height: 900px;
    }
    .solution__description-block p::before {
        left: -2%;
        top: 10%;
    }
}
@media screen and ( max-width: 995px ) {
    .hexagon:nth-child(2) {
        left: -230px;
    }
	.technologies__col {
		margin-top: 4rem;
	}
	#impact__section {
		padding-top: 7rem;
	}
}
@media screen and ( max-width: 990px ) {
    .hexagon:nth-child(2) {
        left: 15px;
    }
}
@media screen and ( max-width: 825px ) {
    .rentfol__icons-title,
    .rentfol__icons-description,
    .rentfol__icons-block,
    #challenge__section .col-md-4 {
        max-width: 100%;
        width: 100%;
    }
    #solution__section .about__row .rentfol__icons-title,
    #solution__section .about__row .rentfol__icons-description {
        order: 1;
    }
    #solution__section .about__row .rentfol__icons-block {
        order: 0;
    }
}
@media screen and ( max-width: 768px ) {
    .about__row .about__row-title {
        margin-bottom: 0px;
    }
    #top__wrapper {
        height: 670px;
    }
    /* Phone section */
    #phone__section {
        height: 540px;
        padding-top: 30px;
    }
    /* Solution descrition */
    .solution__description-block p {
        margin-left: 40px;
    }
    .solution__description-block p::before {
        left: 2%;
        top: 5%;
    }
    /* impact section */
    #impact__bg-section {
        height: 670px;
    }
    #impact__bg-section::before {
        height: 300px;
        width: 220px;
        z-index: 0;
    }
    #impact__bg-section::after {
        height: 475px;
        width: 250px;
        z-index: 0;
    }
    .hexagon {
        transform: scale(0.8);
    }
    .hexagon:nth-child(1) {
        left: 0px;
    }
    .hexagon:nth-child(2) {
        left: -30px;
    }
    .hexagon:nth-child(3) {
        top: 40px;
        left: -240px;
    }
    #solution__section .about__row .rentfol__icons-title,
    #solution__section .about__row .rentfol__icons-description {
        order: 1;
    }
    #solution__section .about__row .rentfol__icons-block {
        order: 0;
    }
    .hexagon:nth-child(2) {
        left: -25px;
    }
    .hexagon:nth-child(3) {
        left: -240px;
    }
    #impact__bg-section {
        height: 670px;
    }
    .technologies__col {
        margin-left: 200px;
        margin-bottom: 0px;
    }
    .rentfol__map-text {
        font-size: 18px;
    }
}
@media ( max-width: 960px ) and ( orientation: landscape ) {
    .technologies__col {
        margin-left: 0px;
    }
    .hexagon:nth-child(1) {
        left: 0px;
    }
    .solution__description-block p::before {
        left: -3%;
        top: 7%;
    }
}
@media ( max-width: 768px ) and ( orientation: landscape ) {
    #top__wrapper {
        height: 720px;
    }
    #impact__bg-section {
        height: 680px;
    }
    .hexagon:nth-child(2) {
        left: -30px;
    }
    .hexagon:nth-child(3) {
        left: -240px;
    }
    .solution__description-block p::before {
        left: 2%;
    }
    .technologies__col {
        margin-left: 200px;
    }
}
@media screen and ( max-width: 525px ) {
    #impact__bg-section {
        height: 485px;
    }
    .hexagon:nth-child(2) {
        left: -5px;
    }
    .hexagon:nth-child(3) {
        top: 40px;
        left: -200px;
    }
    .solution__description-block p::before {
        left: 4%;
    }
    .solution__description-block p {
        margin-left: 40px;
    }
    .technologies__col {
        margin-left: 0px;
    }
}
@media screen and ( max-width: 425px ) {
    #phone__section {
        height: 320px;
    }
    .hexagon:nth-child(1) {
        left: 60px;
    }
    .hexagon:nth-child(2) {
        left: 50px;
    }
    .hexagon:nth-child(3) {
        left: -140px;
    }
}
@media screen and ( max-width: 393px ) {
    .hexagon:nth-child(1) {
        left: 40px;
    }
    .hexagon:nth-child(3) {
        left: -135px;
    }
    .what__section-store .info-svg {
        max-width: 140px;
        width: 120px;
    }
}
@media screen and ( max-width: 375px ) {
    .what__section-store .info-svg {
        max-width: 140px;
        width: 120px;
    }
    .hexagon:nth-child(1) {
        left: 50px;
    }
    .hexagon:nth-child(2) {
        left: 60px;
    }
    .hexagon:nth-child(3) {
        left: -118px;
    }
    #impact__bg-section {
        height: 420px;
    }
}
@media screen and ( max-width: 360px ) {
    .hexagon:nth-child(1) {
        left: 30px;
    }
    .hexagon:nth-child(2) {
        left: 40px;
    }
    .hexagon:nth-child(3) {
        left: -128px;
    }
}
@media screen and ( max-width: 320px ) {
    .hexagon {
        transform: scale(0.8);
    }
    .hexagon:nth-child(1) {
        left: 0px;
    }
    .hexagon:nth-child(2) {
        left: 30px;
    }
    .hexagon:nth-child(3) {
        left: -130px;
    }
    .what__section-store img {
        max-width: 130px;
    }
    #phone__section {
        height: 250px;
    }
}