.request-a-refund {
    text-align: center;
    margin: 20px 0;
    padding: 20px 20px;
}

@media screen and (max-width: 767px) {
    .request-a-refund {
        text-align: center;
        margin: 10px 0;
        padding: 10px 20px;
    }
}

.request-a-refund .request-a-refund-btn {
    display: inline-block;
    background-color: #27A2FF;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
    transition: ease all 0.5s;
    padding: 16px 32px;
}
