#giveaway {
  padding: 0 8%;
  background-color: #070606;
  position: relative;
}

#giveaway-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

#giveaway-title {
  margin: 14px 0 16px;
  z-index: 1;
}

#giveaway-title h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 21px;
  color: #ed780f;
}

.btn-action {
  width: 173px;
  height: 27px;
  background: #2ff1eb 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #52f1eb;
  border-radius: 27px;
  padding: 0 0 0.1rem 0 !important;
}

.btn-action span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.card-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.card {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  height: calc(50vw * 1.55);
  background-color: #333;
}

.card img {
  min-height: 100%;
}

.card-inner {
  display: none;
}

.giveaway-desc {
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.giveaway-desc h3 {
  font-weight: bold;
  font-size: 21px;
  margin-top: 6px;
  margin-bottom: 2px;
}

.giveaway-desc p {
  margin: 0;
  font-size: 10px;
}

.giveaway-desc p span {
  font-weight: 600;
}

@media (min-width: 768px) {
  .card {
    height: calc(25vw * 1.55);
  }
  .card:hover .card-dim {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
  }

  .card:hover .card-inner {
    display: block;
  }

  .card .card-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 24px;
    padding: 9% 7%;
  }

  .giveaway-desc h3 {
    font-size: 16px;
  }

  .giveaway-desc p {
    font-size: 8px;
  }

  .card-outer {
    display: none;
  }
}

@media (min-width: 1200px) {
  #giveaway-title h2 {
    font-size: 32px;
  }

  .btn-action {
    height: 37px;
    width: 292px;
    border-radius: 19px;
  }

  .btn-action span {
    font-size: 20px;
  }

  .card-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .giveaway-desc h3 {
    font-size: 26px;
  }

  .giveaway-desc p {
    font-size: 14px;
  }
}

@media (min-width: 1630px) {
  #giveaway-title {
    margin: 67px 0 28px;
  }

  #giveaway-title h2 {
    font-size: 58px;
  }

  .btn-action {
    height: 85px;
    width: 553px;
    border-radius: 47px;
  }

  .btn-action span {
    font-size: 35px;
  }

  .giveaway-desc h3 {
    font-size: 40px;
  }

  .giveaway-desc p {
    font-size: 20px;
  }
}

@media (max-width: 340px) {
  .row-cols-2 * {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
