.box13{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box13 p {
    margin: 0; 
    padding: 0;
}

a.btn--red.btn--cubic {
    position: relative;
  border-bottom: 5px solid #bf5e1e;
    background: #F87C28;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}


.btn-wrap{
    text-align: center;
    margin-bottom: 8rem;
}