* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #8dceef; */
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  /* height: 99vh; */
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
  word-break: keep-all;
}

.one {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
      background-color: #fff;
  margin: 1rem; */
  padding: 20px;
  border-bottom: solid 1px #7f7f7f;
  margin: 0;
  text-align: center;
  background: #e0e0e0;
  background: linear-gradient(
    180deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(224, 224, 224, 0.35) 30%,
    rgba(255, 255, 255, 1) 100%
  );
}

a {
  color: blue;
}

.two {
  background: #49bcf5;
  background: linear-gradient(
    180deg,
    rgba(73, 188, 245, 0.48) 0%,
    rgba(222, 242, 251, 1) 74%,
    rgba(255, 255, 255, 0.16) 100%
  );
  display: grid !important;
  grid-auto-flow: column;
  /* overflow-y: scroll;
  overflow-x: scroll; */
  padding: 0;
  align-items: center;
  justify-items: center;
  font-weight: 500;
  width: 100% !important;
  /* height: 100%; */
  overflow-y: auto;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

.swiper-slide {
  display: grid !important;
  grid-template-rows: auto 2fr auto !important;
}

.col {
  display: grid;
  grid-template-rows: auto 2fr auto;
  align-items: center;
  justify-items: center;
  padding: 24px 0;
  /* grid-auto-rows: minmax(40px, auto); */
  background-color: transparent;
  width: 100vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.325);
}

.col:hover {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.325);
  cursor: crosshair;
}
.col > div {
  width: 100%;
  text-align: center;
  padding: 8px;
}
img {
  max-width: 100%;
  height: auto;
  max-height: 60vh;
}

ul {
  list-style-type: none;
  width: fit-content;
  /* text-align: center; */
  margin: 0 auto;
}

.col > div:nth-child(3) {
  line-height: 1.5;
}

@media (max-width: 600px) {
  img {
    width: 85%;
    object-fit: contain;
    max-height: 50vh;
  }


  .col {
    padding: 30px 12px;
  }
}
