.fiveyear-container {
  min-width: 930px;
  margin: 5em auto 2em;
  text-align: center;
  font-family: LG Smart;
}
.fiveyear-container h2 {
  width: 930px;
  color: #ac0f4a;
  font-size: 30px;
  margin: 0 auto;
}
.fiveyear-container .copy {
  width: 930px;
  font-size: 20px;
  margin: 0 auto;
}
.fiveyear-container img {
  display: inline-block;
  margin: 2em 0;
}
.fiveyear-container .table {
  display: inline-block;
  width: auto;
  margin: 2em auto;
  background: url(../images/col-background.png?0b08da57391c28dfaa60733784e8d744)
    repeat-x;
}
.fiveyear-container .table .row {
  max-width: 237px;
  height: 60px;
  line-height: 60px;
}
.fiveyear-container .table .row:first-child {
  font-weight: 700;
}
.fiveyear-container .table .row a {
  display: inline-block;
  width: 80%;
  background: #ac0f4a;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0.5em auto;
  text-decoration: none;
}
.fiveyear-container .table .row a:hover {
  text-decoration: none;
}
.fiveyear-container .table .col {
  display: inline-block;
  width: 237px;
  vertical-align: top;
}
