.roi {
  background: rgb(20, 29, 34, 0.8);
  width: 1100px;&

  padding: 10px;
  display: flex;
  gap: 20px;
}

.roi_box {
  background: rgb(20, 29, 34, 0.8);
  width: 50%;
  padding: 10px;
}

.roi_title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.roi_body {
  display: flex;
  gap: 10px;
}

.roi_img {
  width: 150px;
  height: 150px;
}

.roi_inhalt {
  width: 100%;
font-family: calibri;
}

.roi_forum {
  font-size: 12px;
  margin-bottom: 10px;
}

.roi_gesuch {
}

.roi_information {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.roi_info {
  background: #0a0e11;

  padding: 5px;
}

.roi_desc {
  text-align: justify;
}