/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#services {
  background: #264e58 0% 0% no-repeat padding-box;
}

.service-description {
  font: normal normal normal 17px/24px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}

.service-icon {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  margin-top: 40px;
}

.service-icons {
  height: 150px;
  width: 150px;
}

.service-title {
  font: normal normal normal 20px/22px Georgia;
  letter-spacing: 0px;
  color: #98d6d4;
  margin-bottom: 20px;
}

.services-title {
  font: normal normal bold 63px/55px Georgia;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 80px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .service-icon {
    margin-bottom: 15px;
  }
  .services-row {
    padding: 0px 40px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .service-icon {
    margin-bottom: 15px;
  }
  .services-row {
    padding: 0px 40px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .service-description {
    font-size: 14px;
  }
  .service-icon,
  .service-icons {
    height: 120px;
    width: 120px;
    margin-bottom: 0px;
  }
  .services-row {
    padding: 0px 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .service-description {
    font-size: 14px;
  }
  .service-icon,
  .service-icons {
    height: 80px;
    width: 80px;
  }
  .services-row {
    padding: 0px 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .service-description {
    font-size: 14px;
  }
  .service-icon,
  .service-icons {
    height: 100px;
    width: 100px;
  }
  .services-row {
    padding: 0px 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .service-description {
    font-size: 17px;
  }
  .service-icon,
  .service-icons {
    height: 120px;
    width: 120px;
  }
  .services-row {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 1800px) {
  .service-description {
    font-size: 17px;
  }
  .service-icon,
  .service-icons {
    height: 150px;
    width: 150px;
  }
  .services-row {
    padding: 0px 0px;
  }
}

/*# sourceMappingURL=services.css.map */
