.Common2ColumnsTextComponent {
  padding: 5rem 0;
  position: relative;
}
.Common2ColumnsTextComponent.isDark {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .Common2ColumnsTextComponent {
    padding: 5rem 1rem;
  }
}
.Common2ColumnsTextComponent .row > div a {
  font-weight: 400;
  color: #838383;
}
.Common2ColumnsTextComponent .row > div .text2 {
  width: 100%;
}
.Common2ColumnsTextComponent .row > div .text2 h3 {
  position: relative;
  margin-bottom: 1rem;
}
.Common2ColumnsTextComponent .row > div .text2 h3:before {
  content: "";
  position: absolute;
  top: 130%;
  left: 0;
  width: 70px;
  border-top: 3px solid #f4f4f4;
}
.Common2ColumnsTextComponent .row > div .text2 table td, .Common2ColumnsTextComponent .row > div .text2 table th {
  border-bottom: 0;
  border-top: 0;
}
.Common2ColumnsTextComponent .row > div .text2 table td figure, .Common2ColumnsTextComponent .row > div .text2 table th figure {
  margin-bottom: 0;
}
