.accordion2 {
  display: flex;
  align-items: center;
  background: black;
  width:94%;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.6s;
  color: white;
  margin-left: 10px;
}
.accor2{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DD0000;
  width: 70px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.6s;
  margin-right: 10px;
}
.accor02{
   margin-left: 20px;
}
.accordion2.active2 {
  background: black;
}

.panel2 {
  width: 94%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
  background: black;
  margin-left: 10px;
}

.sea0{
  width: 100%;
  height: 50px;
  display: flex;
  background-color: black;
  color: white;
}

.sea20 img{
  width: 70px;
  height: 50px;
  object-fit: cover;
}
.sea30{
  width: 70px;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: white;
  background-color: black;
  margin-left: 30px;
}
.sea40 {
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;

}
a{
  text-decoration: none;
}