.oea-pros-cons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 98%;
  padding: 0 10px;
}

.oea-pros-cons .oea-pros,
.oea-pros-cons .oea-cons {
  width: 48%;
}

.oea-pros-cons.oea-preset-modern .oea-pros-title {
  padding: 2rem;
}

.oea-pros-cons .oea-pros .oea-pros-title,
.oea-pros-cons .oea-cons .oea-cons-title {
  font-size: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}

.oea-pros-cons .oea-pros-title {
  display: flex;
  align-items: center;
  color: #096962;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #096962;
}

.oea-pros-cons .oea-cons-title {
  display: flex;
  align-items: center;
  color: #b31433;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #b31433;
}

.oea-pros-cons .oea-icon {
  margin-right: 5px;
  display: flex;
}

.oea-pros-cons .oea-icon svg {
  width: 20px;
}

.oea-pros-cons .oea-pros ul,
.oea-pros-cons .oea-cons ul {
  list-style-type: none;
  padding: 0;
}

.oea-pros-cons .oea-pros ol,
.oea-pros-cons .oea-cons ol {
  padding-inline-start: 2rem;
}

.oea-pros-cons .oea-pros li,
.oea-pros-cons .oea-cons li {
  color: #3d3d3d;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.oea-pros-cons .oea-pros li.ol-list,
.oea-pros-cons .oea-cons li.ol-list {
  display: list-item;
}

.oea-pros-cons .oea-pros li .oea-icon.ol-list,
.oea-pros-cons .oea-cons li .oea-icon.ol-list {
  display: none;
}

.oea-pros-cons .oea-pros li svg {
  fill: #096962;
  width: 12px;
}

.oea-pros-cons .oea-cons li svg {
  fill: #b31433;
  width: 12px;
}

@media (max-width: 767px) {
  .oea-pros-cons {
    flex-direction: column;
  }

  .oea-pros-cons .oea-pros,
  .oea-pros-cons .oea-cons {
    width: 100%;
    margin-bottom: 20px;
  }
}
