/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2022 | 07:19:07 */
.block {
  height: 600px;
  white-space: nowrap;
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.block-item {
  width: 100%;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.block .block-item {
  margin-right: 5%;

}

#cat {
  height: 437px;
}

@media (max-width: 576px)
{
	.block {
	display: flex;
	height: auto;
    padding-right: 33px;
    flex-direction: column;
    justify-content: space-between;
	}
}
.tab { margin-top: 20px; }

.tap { margin-top: 20px; }


