.c5--bordered {
 	padding: 10px;
 	border: 2px solid #c93434;
}

.c5-title {
  background-color: #d5d5d5;
  width: 86%;
  text-align: center;
  display: block;
  line-height: 30px;
}
.c5-title2 {
  background-color: #d5d5d5;
  width: 42%;
  min-width: 500px;
  text-align: center;
  display: block;
  line-height: 30px;
}

@media screen and (max-width: 639px) {
  .c5-title {
    width: 100%;
  }
  .c5-title2 {
    width: 100%;
    min-width: auto;
  }
}

.c5-mb0 {
 margin-bottom: 0 !important;
}
