/*
Landing Page CSS
Author: Grofuse/4m1l4
URL: https://grofuse.com
*/
@font-face {
  font-family: Qaranta-Bold;
  src: url(./fonts/Qaranta-Bold.otf);
}

body{
    font-family: Qaranta-Bold;
}
.service-icons h5 {
  font-size: 15px !important;
  text-transform: uppercase;
  text-align: center;
}
.service-icons .text-white {
  text-align: center;
}
.contact-details{
    background: #1D1D1B;
}
.contact-details a{
 color: #F3B12B;   
}
.contact-details a:hover{
 color: #FFFFFF !important;   
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.service-icons {
  display: flex;
}

.service-icons .text-white {
  text-align: center;
  width: 50%;
  float: left;
}
}