#intro {
  background: #F84536;
  background: white;
  margin-top: -130px;
  height: 601px;
  z-index: 2;
  /* display: none; */
  /* box-shadow: 0px 5px 74px rgb(0 0 0 / 48%); */
}

#intro .visual {
  background-image: url("../../files/5 team desk 1.png");
}

#intro .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  width: 100%;
  height: 100%;
}

#intro h2 {
font-size: 39px;
max-width: 408px;
color: black;
}

#intro .container .left {
  padding-top: 70px;
  padding-left: 60px;
  padding-bottom: 80px;
  width: 533px;
}

#intro .container p {
  max-width: 350px;
  font-weight: 300;
  opacity: 1;
  color: #ffffff85;
}
#intro .container .right {
  flex-grow: 1;
  height: 100%;
}

#intro .container .right .visual {
  height: 100%;
  width: 100%;
  background-size: cover;
}
