.Common2ColumnsInfoComponent {
  background-color: #6E001E;
  padding: 3rem 0;
}

.Common2ColumnsInfoComponent h3,
.Common2ColumnsInfoComponent div {
  color: #ffffff;
}

.Common2ColumnsInfoComponent h3 {
  margin-bottom: 3rem;
}

.Common2ColumnsInfoComponent .text {
  padding-right: 5rem;
  font-weight: 100;
}

.Common2ColumnsInfoComponent .text a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9rem;
  padding: 0.6rem 2rem;
  border-radius: 0;
  line-height: 1.6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #7e313e;
  border: 1px solid #7e313e;
  color: #ffffff;
}

.Common2ColumnsInfoComponent .text a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

.Common2ColumnsInfoComponent ul,
.Common2ColumnsInfoComponent li {
  color: #6E001E;
}

.Common2ColumnsInfoComponent ul {
  margin-left: 3rem;
  padding: 3rem 2rem 3rem 6rem;
  list-style-type: none;
}

.Common2ColumnsInfoComponent ul li {
  color: #535873;
  padding-bottom: 2rem;
  position: relative;
  min-height: 4rem;
}

.Common2ColumnsInfoComponent ul li h5 {
  color: #7e313e;
}

.Common2ColumnsInfoComponent ul li .image {
  position: absolute;
  left: -5rem;
  top: 0;
  height: 4rem;
  width: 4rem;
  background-color: #F5F5F9;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.Common2ColumnsInfoComponent ul li .image > img {
  width: 100%;
}

