/* desktop screen */
@media screen and (min-width: 1024px) {
  .SERVICE {font-size: 70px;}
  .downto{font-size: 40px;}
  .setup2{font-size: 40px;}
  h2.featurette-heading.setup2 {padding: 18px;padding-bottom: 1.25rem;}
  
  
}


/* tablets screen */
@media screen and (max-width: 1023px)  {
  .pencile {font-size: 100px;color: white;}
  .end {text-align: center;}
  .SERVICE {
    font-size: 9px;
    text-align: right;
}
.downto {
  font-size: 10px;
  padding-top: 3px;
  line-height: 0.1;
}
  #parallel1 {background-size: cover;}
  .setup2{padding-bottom: 1.25rem; font-size: 19px;color: white;text-align: center;align-self: center;font-family: cursive;display: inline-block;position: relative;}
 }


/* mobile */
@media screen and (max-width:767) {
  
  .pencile {font-size: 50px;color: white;}
  .end {text-align: center;}
  .SERVICE {font-size: 20px;}
  .downto{font-size: 15px;}
  #parallel1 {background-size: cover;}
  .photo {
    width: 360px;
}
  
 
}







