#container {
  width: 100%;
  display: grid;
  gap: 2vw;
  margin-left: 2.3vw;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5vw;
}
#card {
  background-color: navajowhite;
  text-align: left;
  width: 90%;
  padding: 2vw;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px black);
  border: none;
  height: auto;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
}
#card2 {
  background-color: navajowhite;
  text-align: left;
  width: 100%;
  padding: 2vw;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px black);
  border: none;
  height: auto;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
}
#new4 {
  background-color: navajowhite;
  text-align: left;
  width: 90%;
  padding: 2vw;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px black);
  border: none;
  height: auto;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
  margin-top: -18vh;
}

#iframe {
  width: 50% !important;
}
@media (max-width: 768px) {
  #container {
    width: 100%;
    display: grid;

    gap: 2vw;
    margin-left: 2.5vw;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5vw;
  }
  #iframe {
    width: 100% !important;
  }
  #card {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
  #new4 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    margin-top: 0.5vh;
  }

  #card2 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    margin-left: 2.5vw;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
}

@media (max-width: 567px) {
  #container {
    width: 100%;
    display: grid;

    gap: 2vw;
    margin-left: 2.3vw;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5vw;
  }
  #iframe {
    width: 100% !important;
  }
  #card {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
  #card2 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    margin-left: 2.5vw;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
  #new4 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    margin-top: 0.5vh;
  }
}

@media (max-width: 412px) {
  #container {
    width: 100%;
    display: grid;

    gap: 2vw;
    margin-left: 2.5vw;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5vw;
  }
  #iframe {
    width: 100% !important;
  }
  #card {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
  #card2 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    margin-left: 2.5vw;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
  }
  #new4 {
    background-color: navajowhite;
    text-align: left;
    width: 95%;
    padding: 2vw;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px black);
    border: none;
    height: auto;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    margin-top: 0.5vh;
  }
}
