
.hex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
     background: url(/images/zcbg.jpg) top center no-repeat;
}
.hexagon {
position: relative;
    width: 406px;
    height: 178.21px;
    background: url(/images/gs1.png) right top no-repeat;
    margin: 140px 320px 0px 000px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}



.hexagon:before {
  border-top: solid 5.6569px #ffffff;
  border-right: solid 5.6569px #ffffff;
}

.hexagon:after {
  border-bottom: solid 5.6569px #ffffff;
  border-left: solid 5.6569px #ffffff;
}
.hexagon .fdfa {
max-width: 260px;
    text-align: left;
    display: block;
    margin-left: 36px;
    padding-top:34px;
	}
.hexagon .fdfa li {
    width: 100%;
    float: left;
    height: 35px;
    font-size: 18px;
    padding-left: 60px;
    line-height: 34px;
}

.hexagon2 {
    position: relative;
    width: 450px;
    height: 178.21px;
    background: url(/images/gs2.png) right top no-repeat;
    margin: -300px 140px 0px 000px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
	}



.hexagon2:before {
  border-top: solid 5.6569px #ffffff;
  border-right: solid 5.6569px #ffffff;
}

.hexagon2:after {
  border-bottom: solid 5.6569px #ffffff;
  border-left: solid 5.6569px #ffffff;
}
.hexagon2 .fdfa {
  
  padding-left: 170px;
  padding-top:0px;
}
.hexagon2 .fdfa li {
    width: 100%;
    float: left;
    height: 34px;
    font-size: 18px;
    line-height: 36px;
    padding-left: 150px;
}





.hexagon3 {
    position: relative;
    width: 440px;
    height: 270px;
    background: url(/images/gs3.png) left top no-repeat;
    margin: -195px -60px 0px 000px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
	}



.hexagon3:before {
  border-top: solid 5.6569px #ffffff;
  border-right: solid 5.6569px #ffffff;
}

.hexagon3:after {
  border-bottom: solid 5.6569px #ffffff;
  border-left: solid 5.6569px #ffffff;
}
.hexagon3 .fdfa {
     place-items: center;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    margin-left: 154px;
    padding-top: 20px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.hexagon3 .fdfa li {
	idth: 100%;
    padding-left: 50px;
    float: left;
    height: 35px;
    line-height: 34px;
    font-size: 18px;
}
.double {
     position: relative;
    margin-left: 00px;
}
.single {
     margin-left: -180px;
 position: relative;
}
.singles {
     position: relative;
    margin-left: 430px;
}
svg path {
  fill: #fff;
}
/* TWO + six */

.hexagon.two {
  background-color: #6a5dfe;
}
.hexagon.two h3, 
.hexagon.two p, 
.hexagon.two path, 
.hexagon.six h3, 
.hexagon.six p, 
.hexagon.six path {
  color: #064679;
  fill: #064679;
}
/* THREE + Four + seven + eight */
.hexagon.three, .hexagon.seven {
  background-color: #dca737;
  border-color: #dca737;
}
.hexagon.four, .hexagon.eight {
  border-color: #dca737;  
}
.hexagon.three h3, 
.hexagon.three p, 
.hexagon.three path,
.hexagon.seven h3, 
.hexagon.seven p, 
.hexagon.seven path{
  color: #fff;
  fill: #fff;
}
.hexagon.three:before,
.hexagon.three:after,
.hexagon.four:before,
.hexagon.four:after,
.hexagon.seven:before,
.hexagon.seven:after,
.hexagon.eight:before,
.hexagon.eight:after {
  border-color: #dca737;
}
/* Hover */
.hexagon:hover {
 z-index: 9;
 transform: translate3d(0, -5px, 0px);
}
.hexagon2:hover {
 z-index: 9;
 transform: translate3d(0, -5px, 0px);
}
.hexagon3:hover {
 z-index: 9;
 transform: translate3d(0, -5px, 0px);
}
/* media */


@media (max-width: 991px) {
.hexagon .fdfa li {
    width: 100%;
    float: left;
    height: 35px;
    font-size: 18px;
    padding-left: 00px;
    line-height: 34px;
}
.hexagon2 {
    position: relative;
    width: 450px;
    height: 178.21px;
    background: url(/images/gs2.png) right top no-repeat;
    border-radius: 7px;
    margin-top: -300px;
    margin-left: 50px;
    transition: all 0.3s ease-in-out;
}
.hexagon3 {
    position: relative;
    width: 440px;
    height: 270px;
    background: url(/images/gs3.png) left top no-repeat;
    border-radius: 7px;
    margin-top: -190px;
    margin-left: -50px;
    transition: all 0.3s ease-in-out;
}
  .solo-single, .single, .singles,  .double {
    width: 50%;
  }
  .double {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .hex-container {
    justify-content: space-evenly;
  }

.hexagon {
    position: relative;
    width: 406px;
    height: 178.21px;
    background: url(/images/gs1.png) right top no-repeat;
    border-radius: 7px;
    margin-left: -180px;
    transition: all 0.3s ease-in-out;
}
  .hexagon:before,
  .hexagon:after {
    display: none;
  }
.hexagon .fdfa {
    max-width: 220px;
    text-align: left;
    display: block;
    margin-left: 90px;
    padding-top: 34px;
}
  .hexagon:hover {
    transform: rotate(0deg) scale(1);
  }

}
@media (max-width: 700px) {
  .solo-single, .single, .singles, .double {
    width: 50%;
  }
  .double {
    display: flex;
    flex-direction: column;
  }
  .single {
    align-items: baseline;
  }
   .singles {
    align-items: baseline;
  }
}

@media (max-width: 550px) {
  .solo-single, .single,  .singles,  .double {
    width: 100%;
  }
 .hexagon2 {
    position: relative;
    width: 450px;
    height: 178.21px;
    background: url(/images/gs2.png) right top no-repeat;
    margin: -180px 140px 0px 000px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}
}