@media all and (min-width: 200px) and (max-width: 1080px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body nav ul {
    text-align: center;
  }
  body nav ul :hover {
    background: black;
    color: white;
    transition: 1s;
    padding: 0.4em;
  }
  body nav ul li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    margin: 1%;
    font-size: 60%;
  }
  body nav ul li a {
    text-decoration: none;
    color: black;
  }
  body .our-services .console-services .services {
    padding: 1em;
  }
  body .our-services .console-services .services .image img {
    width: 100%;
  }
  body .our-services .console-services .services .information h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 100%;
  }
  body .our-services .console-services .services .information h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 80%;
  }
  body .our-services .console-services .services .information p {
    text-align: justify;
    font-size: 70%;
  }
  body .our-services .console-services .services .information .btn {
    padding: 1em;
    text-align: center;
  }
  body .our-services .console-services .services .information .btn :hover {
    background: blue;
    color: white;
    transition: 1s;
  }
  body .our-services .console-services .services .information .btn button {
    font-size: 70%;
    background: black;
    padding: 0.5em;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
  }
  body .our-services .console-services .services .information .btn button a {
    text-decoration: none;
    color: white;
  }
  body .chart-log {
    position: absolute;
    transform: translateY(-550%);
    margin: 1%;
  }
  body .chart-log h1 {
    background: black;
    padding: 0.3em;
    color: white;
    font-size: 60%;
    text-transform: uppercase;
  }
  body .chart-log i {
    color: green;
    font-size: 450%;
  }
}
@media all and (min-width: 1080px) and (max-width: 3000px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body nav ul {
    text-align: center;
  }
  body nav ul :hover {
    background: black;
    color: white;
    transition: 1s;
    padding: 0.4em;
  }
  body nav ul li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    margin: 1%;
    font-size: 90%;
  }
  body nav ul li a {
    text-decoration: none;
    color: black;
  }
  body .our-services .console-services {
    display: flex;
  }
  body .our-services .console-services .services {
    margin: 0.3%;
    width: 50%;
  }
  body .our-services .console-services .services .image img {
    width: 100%;
  }
  body .our-services .console-services .services .information {
    background: black;
    color: grey;
    padding: 1em;
  }
  body .our-services .console-services .services .information h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 150%;
  }
  body .our-services .console-services .services .information h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 100%;
  }
  body .our-services .console-services .services .information p {
    text-align: justify;
    font-size: 90%;
  }
  body .our-services .console-services .services .information .btn {
    padding: 1em;
    text-align: center;
  }
  body .our-services .console-services .services .information .btn :hover {
    background: blue;
    color: white;
    transition: 1s;
  }
  body .our-services .console-services .services .information .btn button {
    font-size: 80%;
    background: rgb(37, 37, 37);
    padding: 0.5em;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
  }
  body .our-services .console-services .services .information .btn button a {
    text-decoration: none;
    color: white;
  }
  body .chart-log {
    position: absolute;
    transform: translateY(-335%);
    margin: 2%;
  }
  body .chart-log h1 {
    font-size: 120%;
    text-transform: uppercase;
    background: blue;
    padding: 0.7em;
    color: white;
  }
  body .chart-log i {
    color: green;
    font-size: 650%;
    font-weight: bold;
  }
}/*# sourceMappingURL=services.css.map */