.most_popular_lanyard{
  position: relative;
  padding: 7vw 0 4vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.most_popular_lanyard h1 {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 2px black;
  font-size: calc(1.8em + 1.8vw);
  font-weight: 200;
  margin: 0 0 3vh 0;
  padding: 0px;
}
.most_popular_lanyard p {
  position: relative;
  color: white;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0 0 3vw 0;
  width: 90%;
  max-width: 785px;
  text-align: justify;
}
.container_most_popular_lanyard {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap-reverse;
  align-items: center;
}
.subcontainer_most_popular_lanyard {
  position: relative;
  min-width: 300px;
  width: 45%;
  max-width: 400px;
  min-width: 339px;
  height: 520px;
  margin: 10px;
  padding: 20px 0;
  background-color: rgba(25, 61, 116, 0.7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}


.subcontainer_most_popular_lanyard h2{
  position: relative;
  text-align: center;
  width: 80%;
  color: white;
  font-weight: 400;
  text-shadow: 2px 2px 1px black;
  font-size: calc(1.1vw + 1.1em);
  margin: 20px 0;
  padding: 0;
}
.subcontainer_most_popular_lanyard button{
  padding: calc(0.1vw + 0.1em) calc(0.6vw + 0.6em);
  z-index: 10;
  max-height: 70px;
  font-size: calc(0.8vw + 0.8em);
  border-radius: 5px;
  cursor: pointer;
  background-color: rgba(141, 67, 68, .9);
  color: white;
  font-weight: 300;
  text-shadow: 2px 2px 0px black;
  cursor: pointer;
}

.subcontainer_box_information_most_popular_lanyard{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box_information_most_popular_lanyard {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  margin: 3px 0px;
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5),  -2px 0px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.box_information_most_popular_lanyard h3 {
  position: relative;
  width: 45%;
  text-align: left;
  padding: 3px 0px;
  font-size: 1.3em;
  font-weight: 300;
  color: white;
  margin: 0 0px;
}
.box_information_most_popular_lanyard h3:nth-child(1) {
  margin-left: 20px;
}

.box_display_most_popular_lanyard{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.box_display_most_popular_lanyard h2{
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 2px black;
  font-size: calc(1.5em + 1.5vw);
  font-weight: 300;
  margin: 0 0 0 0;
  padding: 0px;
}
.box_display_most_popular_lanyard img{
  position: relative;
  height: 175px;
  width: auto;
  margin: 15px 0;
  z-index: 10;
}
.box_display_most_popular_lanyard h3{
  position: relative;
  color: white;
  text-align: center;
  width: 90%;
  font-size: calc(1.1em + 1.1vw);
  font-weight: 300;
  margin: 0;
}
.box_display_most_popular_lanyard p{
  position: relative;
  color: white;
  width: 80%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 200;
  margin: 0px;
  margin: 15px 0;
}



































/**/
