/* stylelint-disable no-empty-source */
@media (max-width: 1023px) {
    .slide__text {
        padding
Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.
Learn more

Don't show
: 24px;
        background-color: unset;
    }