.pid_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pid_content {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pid_content {
    width: 90%;
  }
}

.pid_panel {
  border: 2px solid #eeeeee;
  border-radius: 20px;
  text-align: center;
  overflow: hidden !important;
}

.pid_panel_header {
  color:var(--common-thema-color);
  font-weight: bold;
  padding: 12px;
  background-color: #fdecee;
}

.pid_panel_body {
  padding: 12px;
}

.pid_panel_body a{
  width: 248px !important;
}

.pid_panel_text {
  font-weight: bold;
  font-size: 14px;
}

.anotation_area {
  padding: 20px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 12px;
  margin: 0 auto;
}


