@charset "UTF-8";

#wrapper .btn-box4 {
    text-align: center;
    text-decoration: none;
    font-size: 25px;}
    #wrapper .btn-box4.inline a {
      display: inline-block; }
    #wrapper .btn-box4 a {
      position: relative;
      font-weight: bold;
      text-align: center;
      padding: 15px 50px;
      display: block;
      background: #d9000f;
      color: #ffffff;
      text-decoration: none;
      border-radius: 100px;
      }
.btn-box4 a:after {
    content: '\f105';
    font-family: FontAwesome;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 1.8rem;
    position: absolute;
    top: 15px;
    right: 10px;
    color: #ffffff; }