.panel-b2b {
  width: calc(100% - 2px);
  background-color: rgba(255,255,255, .2);
  border: 1px solid white;
  backdrop-filter: blur(20px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 700px;
  width: 100%;
  margin-top: 122px;
  border-radius: 30px;
}

.panel-b2b-img {
  width: calc(50% - 15px);
  height: 680px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #f4f4f4;
  border-radius: 20px;
  float: left;
}

.panel-b2b-formular { 
  width: calc(50% - 15px);
  height: 680px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #f4f4f4;
  border-radius: 20px;
  float: right;
}
