.main-content {
  width: 860px;
  float: left;
  padding-bottom: 50px;
}

.main-content::after {
  content: "";
  clear: both;
  display: table;
}

.main-content h1 {
  margin: 13px 0 14px 0;
  padding: 0 0 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #515151;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
}

.main-content h2 {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #515151;
}

.custom-text h1 {
  margin: 13px 0 17px 0;
  padding: 0 0 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #515151;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
}

.custom-text h2 {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #515151;
}

.custom-text h3,
.custom-text h4,
.custom-text h5,
.custom-text h6 {
  margin: 20px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #515151;
}

.custom-text p {
  text-align: justify;
}

.custom-text ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.news-page.custom-text ul {
  margin: 0;
  display: inline-block;
}

.custom-text ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #515151;
  position: relative;
  text-align: justify;
}

.custom-text ul li:last-child {
  margin-bottom: 0;
}

.custom-text ul li::before {
  content: "";
  /*position: absolute;
  top: 3px;
  left: 5px;*/
  width: 5px;
  height: 5px;
  background-color: #e30613;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 10px;
}
.custom-text ul li.list-title::before {
	content: none;
}


.custom-text ol {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  counter-reset: parent-list;
}
.custom-text  ol li {
  padding-left: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #515151;
  position: relative;
  text-align: justify;
}
.custom-text  ol > li::before {
  counter-increment: parent-list;
  content: counter(parent-list) ".";
  color: #e30613;
  display: inline-block;
  width: 21px;
}
.custom-text  ol ol {
  counter-reset: sub-list;
  padding-left: 17px;
}
.custom-text  ol ol > li::before {
  counter-increment: sub-list;
  content: counter(parent-list) "." counter(sub-list) ". ";
  color: #e30613;
  display: inline-block;
  width: 30px;
}
.custom-text ol li:last-child {
  margin-bottom: 0;
}
.custom-text .text-center{
  text-align: center;
}
.d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
@media screen and (min-width: 430px) {
  .main-content {
    min-height: 480px;
  }
}

