#money-matters {
  margin-bottom: 68px;
  margin-top: 0;
}

#money-matters .content .row {
  margin-top: 75px;
}

#money-matters .section-title .bracketed {
  padding: 0 1.5em;
}

#money-matters .content .row .col-sm-4 {
  border-right: 1px solid #a5a5a5;
}

#money-matters .content .row .col-sm-4:last-child {
  border-right: none;
}

#money-matters .content .row .col-sm-4 .content {
  background-color: #eeeeee;
  height: 352px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 279px;
}

#money-matters .content .row .col-sm-4 .content .circle {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
  color: #502875;
  font-size: 5.276em;
  left: 50%;
  height: 200px;
  line-height: 2.3em;
  position: absolute;
  margin-left: -100px;
  text-transform: uppercase;
  top: -50px;
  width: 200px;
}

#money-matters .content .row .col-sm-4 .content .circle:hover:after {
  background: transparent url('../img/icon/large-purple-hover.png') no-repeat center center;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#money-matters .content .row .col-sm-4 .content .circle span {
  color: #a8a8a8;
  display: block;
  font-size: 0.244em;
  line-height: 0;
  margin-top: -35px;
  text-transform: uppercase;
}

#money-matters .content .row .col-sm-4 .content h4 {
  color: #502875;
  font-size: 1.429em;
  font-weight: 600;
  padding-top: 170px;
}

#money-matters .content .row .col-sm-4 .content .large {
  color: #17171a;
  font-size: 1.143em;
}

#money-matters .col-xs-12 {
  border-bottom: 1px solid #a5a5a5;
  margin: 50px auto 0 auto;
  padding: 0 0 58px 0;
  text-align: center;
}

#money-matters .col-xs-12 a {
  background: url('../img/purple-arrow.png') no-repeat right 9px;
  color: #702BB0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  font-weight: 700;
  padding-right: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  #money-matters .content .row .col-sm-4 .content .circle:hover:after {
    background: transparent url('../img/icon/mobile-purple-hover.png') no-repeat center center;
  }
}
