.cardWrapper {
  margin-top: 20px;
  max-width: 1440px;
}

.cardDimension {
  height: 30vh;
  max-height: 20vh;
}

.cardTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

i {
  margin-right: 20px;
}

.logo {
  width: 100%;
  height: 150px;
  object-fit: contain;
  text-align: center;
}

.navButton {
  margin-top: 20px;
  text-align: center;
}

.mainWrapper {
  margin-top: 20px;
  max-width: 1440px;
  margin: 20px auto 0px auto;
}
