.promo__content {
    margin-top: 34px;
    background-image: none;
    background-attachment: scroll;
    background-position: 0px 0px;
    background-repeat: repeat;
    background-color: #fffdef;
    border: 2px dashed #e38f00;
    padding: 10px 15px;
    text-align: center;
    margin: 20px 0;
}

.call-to-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.buttons {
    display: flex;
    justify-content: center;
}

.text-reg {
    font-size: 18px;
    font-weight: 700;
}