.top {
  grid-template-columns: 1fr 1fr;
}
.top .content_banner {
  padding: 5rem;
  margin-right: -5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top {
    grid-template-columns: 1fr;
  }
  .top .content_banner {
    padding: 2rem;
    margin-right: 0;
  }
}

.list_devices .item_device {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
.list_devices .item_device a:hover {
  color: #B57B31 !important;
}

@media (max-width: 768px) {
  .banner {
    border-radius: 12px;
  }
  .banner .item a .img {
    height: auto !important;
  }
  .list_devices .item_device {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .list_devices .item_device:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
}

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