
.booth_type_select_top_ribbon{
  width: 100%;
  background: #C30639;
  color: #ffffff;
  font-weight: bold;
  font-size: 37px;
  text-align: center;
  padding: 20px 0px;
}

.booth_type_select_section{
  margin: 50px 0px;
}

.booth_type_select_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}


.booth_type_select_container_element{
  width: 49%;
  background-color: transparent;
}

@media screen and (max-width: 767px){

  .booth_type_select_container{
    display: block;
    cursor: pointer;
  }

  .booth_type_select_container_element{
    width: 80%;
    background-color: transparent;
    margin: auto;
  }

}

.booth_type_select_container_element a{
  color: #333333;
}


.booth_type_select_container_element :hover{
  background-color: #c3063823;
  transition: ease-in-out .2s;
}


.booth_type_select_container_element :hover .booth_type_select_container_element_btn{
  box-shadow: 12px 12px 15px -6px #777777;
  opacity: 1;
  transition: ease-in-out .2s;
}



.booth_type_select_container_element_img{
  padding: 6%;
  border-radius: 10px;
}

.booth_type_select_container_element :hover img{
  opacity: 1;
  transition: ease-in-out .2s;
}

.booth_type_select_container_element_img img{
  width: 100%;
  opacity: 0.4; 
}

.booth_type_select_container_element_btn{
  background-color: #ffffff !important;
  margin: 30px 0px;
  padding: 20px 0px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #333333;
  box-shadow: none;
  opacity: 0.6;
}

.booth_type_select_container_element_btn h3,
.booth_type_select_container_element_btn p{
  background-color: white !important;
  margin-bottom: 25px;
}
