.elementor-453 .elementor-element.elementor-element-037c58b{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-9ef5be7 */body {
  font-family: "satoshi bold", Sans-serif;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
}

.panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
  -webkit-transition: all 700ms ease-in;
  padding-top: 60px;
}

.panel h3 {
  font-size: 64px;
  opacity: 0;
  color:#fff;
  font-family: "satoshi bold", Sans-serif;
  padding-left:40px;
}

.panel.active {
  flex: 5;
}

.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
.panel h2 {
  font-size: 64px;
  margin-top: 90px;
  rotate: -90deg;
  opacity: 1;
  color:#fff;
  
}
.panel.active h2 {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.4s;
  display: none;
}


p{
    position: absolute;
    font-size: 20px;
    color:#fff;
    margin:0;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
     opacity: 0;
     font-family: "satoshi Regular", Sans-serif;
     padding-right: 40px;
     padding-left:40px;
}
.panel.active p {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
@media (max-width: 480px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    display: none;
  }
}/* End custom CSS */