.max-w-\[870px\] {
  max-width: 610px;
}
.h-full {
  height: 100%;
}
.max-h-\[653px\] {
  max-height: 626px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.relative {
  position: relative;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.overflow-hidden {
  overflow: hidden;
}
.h-\[653px\] {
}
.absolute {
  position: absolute;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.w-full {
  width: 100%;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.w-\[160px\] {
  width: 160px;
  cursor:pointer;
}
.max-h-\[120px\] {
  max-height: 115px;
}
@media (max-width: 767px) {
	.-md\:mt-5 {
		margin-top: 1.25rem;
	}
	.-md\:hidden {
		display: none;
	}
}
@media (max-width: 490px) {
	.max-h-\[653px\] {
		max-height: 453px;
	}
	.max-h-\[120px\] {
	  height: 75px;
	}
}
@media (max-width: 340px) {
	.max-h-\[653px\] {
		max-height: 353px;
	}
}
@media (max-width: 260px) {
	.max-h-\[653px\] {
		max-height: 253px;
	}
}