.grid {
  display: grid;
}
@media (min-width:768px){
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}
@media (min-width: 768px) {
  .md\:gap-22 {
    gap: 5.5rem;
  }
}
.right-5 {
  right: 1.25rem;
}
.right-20 {
  right: 5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-16 {
  bottom: 4rem;
}
@media (min-width: 1024px) {
  .lg\:w-\[228px\] {
    width: 228px;
  }
}
.w-\[114px\] {
  width: 114px;
}