.item_master {
  grid-template-columns: 276px 1fr 164px;
  grid-gap: 40px;
  transition: all 0.3s ease-in-out;
}
.item_master .img img {
  transition: all 0.35s;
}
.item_master:hover {
  background-color: #F9F9F9;
}
.item_master:hover .img {
  background-color: #E9F4FA;
}
.item_master:hover .img img {
  transform: scale(1.1, 1.1);
}
.item_master .button > div > a:last-child {
  background: var(--color-main);
}
.item_master .button > div > a:last-child:hover {
  background: #B57B31;
}
.item_master .info ul li {
  list-style: disc;
  list-style-position: inside;
}

.btn-web:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .item_master {
    grid-template-columns: 1fr;
  }
  .item_master .img {
    text-align: center;
  }
  .item_master:hover {
    background-color: #F9F9F9;
  }
  .item_master:hover .img img {
    transform: scale(1.1, 1.1);
  }
  .item_master .button > div {
    position: unset !important;
    transform: unset !important;
  }
  .item_master .info ul li {
    list-style: disc;
    list-style-position: inside;
  }
}

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