.adv-btn-wrapper-8561e8c2 {
    display: flex;
}
.elementor-align-left .adv-btn-wrapper-8561e8c2 {
    justify-content: flex-start;
}
.elementor-align-center .adv-btn-wrapper-8561e8c2 {
    justify-content: center;
}
.elementor-align-right .adv-btn-wrapper-8561e8c2 {
    justify-content: flex-end;
}
.elementor-align-justify .adv-btn-wrapper-8561e8c2 {
    justify-content: stretch;
}
.elementor-align-justify .adv-btn-8561e8c2 {
    width: 100%;
    justify-content: center;
}
.adv-btn-8561e8c2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.adv-btn-8561e8c2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.adv-btn-icon-align-left {
    display: inline-flex;
    align-items: center;
}
.adv-btn-icon-align-right {
    display: inline-flex;
    align-items: center;
}