.column11 {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px;
  /* align-content: center; */
  background-color: #2a9d8fff;
  justify-items: center;
}

.column11 h2 {
  margin-top: 25%;
  font-size: 70px;
}

.column11 p {
  text-align: center;
  font-size: 30px;
  text-indent: unset;

}

.bottomMenu11 {
  bottom: 0;
  color: white;
  width: 100%;
  height: 300px;
  background: red;
  z-index: 1;
  transition: all .5s;
}

.list ul li {
  list-style: none;
  padding-left: 50px;
  position: relative;
  padding-top: 20px;
  text-align: left;
}

.list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url(../img/check.png);
}

.center {
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  height: auto;
  /* min-height: 500px; */
}

.home2 {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  background-color: transparent;
  /* min-height: 500px; */
  color: white;
}

.albastru1 {
  background-color: #2a9d8fff;
  color: white;
  /* min-height: 500px; */
  height: 100%;
  padding: 2em;
}

.galben1 {
  background-color: #e9c46aff;
  color: #000;
  /* min-height: 500px; */
  height: 100%;
  padding: 2em;
}

.portocaliu1 {
  background-color: #f4a261ff;
  color: #000;
  /* min-height: 570px; */
  height: 100%;
  padding: 2em;
}

.home2_first {
  height: 100%;
}

.home2_first img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* height: 570px; */
  /* min-height: 570px; */
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}

.home2_second {
  height: 100%;
}

.home2_second img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* height: 500px; */
  /* min-height: 500px; */
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}

.show11 {
  opacity: 1;
}

.hide11 {
  opacity: 0;
}

.img-desktop {
  display: block;
  width: 100%;
}

.img-desktop img {
  width: 100%;
  height: auto;
}

.img-mobil {
  display: none;
}

@media screen and (max-width: 600px) {
  .column11 {
    width: 100%;
  }

  .mt {
    margin-top: 56em;
  }
}

@media (max-width: 1000px) {
  .center {
    display: flex;
    flex-direction: column;
  }

  .home2,
  .home3 {
    width: 100%;
  }

  .img-mobil {
    display: block;
  }

  .img-desktop {
    display: none;
  }


}