.single-stage-excerpt{
    margin-bottom:30px;
}
.asptt-single-stage__content{
    margin: 30px 0;
}
.asptt-single-stage__buttons{
    margin:30px 0;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content: center;
    text-align:center;
    gap:10px
}
.asptt-single-stage__buttons a{
    border-radius:6px;
    padding:10px 17px;
    display:inline-flex;
    gap:5px;
    align-items:center;
}
.asptt-single-stage__buttons a i,
.asptt-single-stage__buttons a svg{
    font-size:16px;
}

@media screen and (max-width: 1200px) {
    .asptt-single-stage__buttons{
        flex-direction:column;
        gap:10px
    }
}
