.section_my_lanyards{
  position: relative;
  padding: 3vw 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
._my_lanyards a{
   all: unset;
}
.title_my_lanyards{
  position: relative;
  width: calc(68vw + 20px);
  min-width: 620px;
}
.title_my_lanyards h3{
  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 3vw 0;
  padding: 0px;
}
.groupBox_my_lanyards{
   position: relative;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   width: calc(68vw + 20px);
   margin: 0 auto;
}
.box_my_lanyards{
  position: relative;
  width: 300px;
  height: 410px;
  min-width: 300px;
  min-height: 320px;
  background-color: rgba( 7, 22, 82, 0.7);
  margin: 20px 15px;
  padding: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box_my_lanyards h3{
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 2px black;
  font-size: 2em;
  font-weight: 400;
  padding: 0px;
}

.container_my_jobs{
  position: relative;
  height: 60%;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  overflow-x: hidden;
}
.box_my_jobs{
  position: relative;
  padding: 7px;
  max-height: 30px;
  background-color: rgba(222, 222, 222, 0.2);
  width: 90%;
  margin: 5px 0;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: .4s;
}
.box_my_jobs:hover{
  background-color: rgba(0, 0, 0, 0.4);
}
.box_my_jobs:active{
  background-color: rgba(0, 0, 0, 0.3);
}
.box_my_jobs h4{
  color: white;
  padding: 0;
  margin: 0;
  color: white;
  font-weight: 300;
}



@media screen and (max-width: 667px) {
/*  ._my_lanyards{
    background-color: brown;
  }*/
  .title_my_lanyards{
    min-width: 310px;
  }
}





.product_job{
  position: relative;
  width: 80%;
  min-width: 200px;
  min-height: 120px;
  background-color: rgba( 0, 0, 0, 0.3);
}
.header_product_job{
  position: relative;
  width: 100%;
  background-color: rgba(0, 28, 111, .6);

}
.header_product_job h3{
  color: white;
  margin: 0;
  padding: 10px;
  font-size: 1.3em;
  text-align: center;
  font-weight: 300;
}
.header_product_job img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;

  right: 15px;
  height: 20px;
  width: 25px;
  filter: drop-shadow(0.2px 0.2px 0px white);
  transition: .1;
  cursor: pointer;
}
.header_product_job img:hover{
  height: 25px;
  width: 30px;
}
.header_product_job img:active{
  height: 20px;
  width: 25px;
}
.description_product_job{

}
.items_description_products_jobs{
  position: relative;
  padding: 7px 0;
  max-height: 30px;
  background-color: rgba(222, 222, 222, 0.1);
  width: 100%;
  margin: 5px 0;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

  transition: .4s;
}

.items_description_products_jobs:hover{
  background-color: rgba(0, 0, 0, 0.4);
}

.items_description_products_jobs:active{
  background-color: rgba(0, 0, 0, 0.3);
}

.items_description_products_jobs h4{
  position: relative;
  text-align: left;
  color: white;
  width: 50%;
  padding: 0 0 0 15px;
  margin: 0;
  color: white;
  font-weight: 300;
}


.section_my_lanyards button{
  padding: calc(0.1vw + 0.1em) calc(0.5vw + 0.5em);
  z-index: 10;
  max-height: 50px;
  font-size: calc(1vw + 1em);
  font-weight: 300;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgba(141, 67, 68, .9);
  color: white;
  font-size: calc(0.8em + 0.8vw);
  margin: 15px;
}
