@charset "utf-8";
/* CSS Document */

.h-72 {
  height: inherit !important;
}
@media only screen and (max-width: 768px) {
.sticky {
  position: static !important; /* по подразбиране (телефон) */
}
.p-6 {
  padding: 0.5rem !important;
}
}