
.eswrap{
    width: 100%;
    position: relative;
}

.wrapper2{
	margin: 0 46px;
}

.whySection {
    padding: 0 0 80px 0;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.whyTable{
	display: flex;
	flex-wrap: wrap;
}

.whyColumnLefto{
    flex: 0 1 360px;
    display: flex;
    align-items: center;
}

.whyColumnLefto h2{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 43px;
}

.whyTable .whyColumnCenter {
	flex: 1;
    font-size: 18px;
    line-height: 26px;
    display: table-cell;
	vertical-align: middle;
}

.icons .iconRow {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    position: relative;
    align-items: center;
}

.icons .iconRow .circle {
    display: inline-block;
    width: 75px;
    height: 75px;
    position: relative;
}

.icons .iconRow .circle svg {
	width: 100%;
	position: relative;
}

.icons .iconRow .title {
    display: inline-block;
    vertical-align: top;
    padding-left: 23px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
}

.icons .iconRow.middle {
    padding-left: 20px;
}

.icons .iconRow.icon1 .circle img {
    transition-delay: 0.3s;
}

.icons .iconRow .circle img {
    width: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transition-delay: 0s;
    opacity: 1;
}

.whySection .leftSvg {
    position: absolute;
    left: 0;
    z-index: 0;
    top: -265px;
}

.whySection .icons .iconRow.icon1 .circle img {
    transition-delay: 0.3s;
}

@media screen and (max-width:480px){
   .icons .iconRow .circle {
        display: inline-block;
        width: 60px;
        height: 60px;
        position: relative;
    }

    .icons .iconRow .circle img {
        width: 60px;
    }

    .whySection .leftSvg {
        position: absolute;
        left: 0;
        z-index: 0;
        top: 70px;
    }
}

@media screen and (min-width:481px) and (max-width:768px){
    svg{
        width: 500px;
    }

    .whySection .leftSvg {
        position: absolute;
        left: 0;
        z-index: 0;
        top: -270px;
    }

    .icons .iconRow .title{
        font-size: 15px;
    }
}

@media screen and (max-width:480px){
    svg{
        width: 260px;
    }

    .whyTable .whyColumnLeft h2 {
        margin-bottom: 30px;
    }
}

.xbox {
  width:100px;
  height:100px;
  position:relative;
  margin-bottom:2px;
  color: white;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.height-marker{
  height:2000px;
  width:1px;
  position:absolute;
  visibility:visible;
}

.target{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transition-delay: 0s;
    opacity: 1;
}

.spacer{
	width: 100%;
	height: 300px;
}


.whySection .rightPhoto {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 220px;
    width: 410px;
    height: 390px;

}

@media screen and (min-width: 768px){
    .whySection .rightPhoto {

    }
}

@media screen and (min-width: 480px){
    .whySection .rightPhoto {
        display: none;
    }

    .whyTable .whyColumnLeft br {
        display: none;
    }
}

@media screen and (min-width: 768px){
    .whySection .rightPhoto {
        display: block;
    }
}
