.hidden_content {
  display: none;
}
.hidden_content_active {
  display: flex;
  justify-self: center;
  width: 965px;

  background-color: #E7DADA;
  border-radius: 32px;

}
.hidden_content_number_background {
  background-color: #E7DADA;
  border: #4D4D5C 2px solid;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  
}
.hidden_content_active_ {
  display: flex;
  justify-content: center;
  width: 965px;
  /* height: 460px; */
  background-color: transparent;
  flex-direction: column;
}
.hidden {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hidden_content_img {
    border-radius: 4px;
    /* margin-top: 10px;
    margin-left: 10px; */
}
.hidden_content_text {
 
  
  display: flex;
  justify-content: center;
  flex-direction: column;
  
}
.hidden_content_text1 {
 
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  
}
.hidden_content_text_number {
  justify-content: center;
  display: flex;
  margin-top: 10px;
}
.hidden_content_text_name {
  display: flex;
  justify-content: center;
}
.drop {
  position: absolute;
  width: 100px;
  height: 100px;
}
@media screen and (max-width:1500px) {
  
}
