.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #BC8D96;
    border-radius: 5px;
    background-color: #fff;
    color: #BC8D96;
    font-size: 1em;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #BC8D96;
    border-right: 2px solid #BC8D96;
    content: '';
}