@media screen and (max-width: 1024px) {
    .aktsii .support {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 194px;
    }

    .aktsii .support .support__left-bottom {
        margin-bottom: 0;
        position: absolute;
        bottom: 118px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .aktsii h1 {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 576px) {
    .aktsii .grid-container-1024 {
        margin: 0 16px;
    }

    .aktsii .cards {
        padding-bottom: 80px;
    }

    .aktsii {
        padding-bottom: 0;
    }

    .aktsii h1 {
        margin-bottom: 40px;
    }

    .aktsii .card {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 375px) {
    .aktsii .support h1 {
        max-width: 340px;
    }
}