.se .btn.type-1 > .btn-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 17px;
    padding: 10px 30px;
}
.se .btn.type-1 > .btn-inner > img {
    margin-right: 12px;
}