.asptt-block-post-slider .asptt-title{
    margin-bottom: 42px;
}

.asptt-block-post-slider--plain .asptt-title{
    color: #FFF;
}

.asptt-block-post-slider--plain .asptt-slider__arrow{
    color: var(--e-global-color-primary);
    background:#FFF;
}

.asptt-block.asptt-full-width .asptt-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.asptt-block-post-slider.asptt-full-width.asptt-block--plain{
    padding-top: 55px;
    padding-bottom: 60px;
}

.asptt-block-post-slider .asptt-button--bottom{
    position: absolute;
    bottom: -20px;
    padding: 15px 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .asptt-block-post-slider .asptt-title {
        flex-direction: column;
        gap: 12px;
        padding: 0 25px;
    }
}