.fullstack-intro {
    background-color: #000;
    padding: 56px 16px
}

.fullstack-intro__heading {
    max-width: 970px;
    margin: 0 auto
}

.fullstack-intro__block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.fullstack-intro__block-richtext {
    margin-top: 22px;
    padding: 32px 16px;
    background-color: #262626;
    border-radius: 16px
}

.fullstack-intro__block-richtext h4 {
    font-family: Inter, sans-serif;
    font-size: var(--font-h4-size);
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 0px;
    margin: 0
}

.fullstack-intro__block-richtext p {
    font-size: var(--font-p-large-size);
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0px
}

.fullstack-intro__block-richtext ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px
}

.fullstack-intro__block-richtext ul li {
    position: relative;
    padding-left: 32px;
    color: #fff;
    font-size: 17px;
    line-height: 125%
}

.fullstack-intro__block-richtext ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Crect width='20' height='20' y='.884' fill='url(%23a)' rx='10'/%3E%3Cpath fill='%23fff' d='m14.299 7.673-4 7.2c-.518.932-1.917.155-1.399-.778l4-7.2c.518-.932 1.917-.155 1.399.778Z'/%3E%3Cpath fill='%23fff' d='m6.1 10.661 4 3.2c.832.666-.167 1.915-1 1.248l-4-3.2c-.832-.666.167-1.915 1-1.248Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='20' y1='10.884' y2='10.884' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2324A8F9'/%3E%3Cstop offset='1' stop-color='%232AC080'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat
}

.fullstack-intro__list {
    display: grid;
    gap: 24px;
    margin-top: 24px
}

.fullstack-intro__list-item {
    display: flex;
    gap: 8px
}

.fullstack-intro__list-item__image {
    width: 40%
}

.fullstack-intro__list-item.reverse .fullstack-intro__list-item__content {
    order: -1
}

.fullstack-intro__list-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.fullstack-intro__list-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 16px;
    background-color: #1a1a1a;
    border-radius: 16px;
    width: 60%
}

.fullstack-intro__list-item__content .text-lg {
    margin-top: 12px;
    font-size: 18px
}

.fullstack-intro__list-item__content .heading-lg {
    color: #fff;
    margin-top: 8px
}

.fullstack-intro__list-item__content .text-sm {
    margin-top: 2px
}

.fullstack-intro__list-item__content img {
    width: 64px;
    height: 64px
}

@media(min-width:1024px) {
    .fullstack-intro {
        padding: 82px 48px
    }
    .fullstack-intro__block {
        display: flex;
        flex-direction: row-reverse;
        gap: 22px
    }
    .fullstack-intro__block-image {
        flex: 0 0 56%;
        display: grid;
        align-items: center
    }
    .fullstack-intro__block-richtext {
        flex: 0 0 42%;
        margin-top: 0;
        padding: 48px
    }
    .fullstack-intro__block-richtext h4 {
        font-size: var(--font-h3-size)
    }
    .fullstack-intro__block-richtext p {
        margin-top: 24px
    }
    .fullstack-intro__block-richtext ul {
        margin-top: 48px
    }
    .fullstack-intro__list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
        margin-top: 24px
    }
    .fullstack-intro__list-item {
        display: grid;
        grid-template-columns: initial;
        grid-template-rows: 1fr 1fr;
        gap: 24px
    }
    .fullstack-intro__list-item.reverse .fullstack-intro__list-item__content {
        order: -1
    }
    .fullstack-intro__list-item__content {
        padding: 32px 24px;
        width: 100%
    }
    .fullstack-intro__list-item__image {
        width: 100%
    }
    .fullstack-intro__list-item__content .text-lg {
        margin-top: 16px;
        font-size: 19px
    }
    .fullstack-intro__list-item__content img {
        width: 120px;
        height: 120px
    }
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/fullstack-intro.css.map?v=13502429440423864661747376164 */