.yougetPng {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scale: 0.7;
  box-sizing: border-box;
  position: relative;
  margin-right:-3vw;
  margin-left:-3vw;
  transition: transform 0.5s ease-in-out;
}
.ld-fancy-heading {
transform:translateX(5vw)!important;
}
.yougetPng:hover {
  transform: scale(1.1);
 
}
.row-card {
  overflow: hidden;
}

.yougetPng p {
    padding-left: 5vw;
    padding-right:5vw;
   margin-top:-5vh;
   font-size:2em;
   line-height:5vh;;
    max-width: 100%;
  width: 100%;
       flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: absolute;
  top: 50%;
  left: 0;
  color: rgba(255, 255, 255, 0);
  
}

#pnegfull1{
    margin-top:5vh;
}

.getpng1 p {
    transform: translate(-1vw,-5vh)!important;
   
}
.getpng2 p {
    transform: translate(-1.5vw,-5vh)!important;
}
.getpng3 p {
    transform: translate(-.6vw,-1.7vh)!important;
}
.getpng4 p {
    transform: translate(.5vw,-10vh)!important;
}
.getpng5 p {
    transform: translate(1vw,-8svh)!important;
}

#pnegfull4 {
    margin-top:-5vh;
}


#pnegfull5 {
    margin-left:5vh;
}

@media only screen and (max-width: 768px) {
  .row-card {
    flex-direction: column;
    align-items: center;
  }

  .yougetPng {
    zoom:.7!important;
  }
  .yougetPng p{
font-size:2em !important;
 max-width: 80%;
  }
  .getpng1 p {
    transform: translate(7vw,2vh)!important;
   
}
.getpng2 p {
    transform: translate(12vw,-5vh)!important;
     max-width: 60%!important;
}
.getpng3 p {
    transform: translate(7vw,1vh)!important;
}
.getpng4 p {
    transform: translate(12vw,-7vh)!important;
     max-width: 70%!important;
}
.getpng5 p {
    transform: translate(20vw,-5vh)!important;
     max-width: 70%!important;
}

}

@media (min-width:1000px) {

  #consultation #approach-btn {
    margin-left: -5vw;
  }
}

