@media only screen and (max-width: 1560px) {
  body header .container {
    width: 90%;
    max-width: 100% !important;
  }

  body header .container .logo {
    width: 200px;
  }

  body header .container nav ul li a {
    font-size: 17px;
  }

  body main .lazer .container .boxesIcons .icon {
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  body main .lazer .container .boxesIcons .icon svg {
    width: 50px;
    height: auto;
  }

  body main .lazer .container .boxesIcons .icon .titleIcon {
    height: 40px;
    width: 200px;
  }

  body main .lazer .container .boxesIcons .icon .titleIcon h2 {
    font-size: 16px;
  }

  body .container {
    max-width: 1100px !important;
  }
}