.section--techstack-with-image-block {
    padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
    .section--techstack-with-image-block {
        padding-top: unset;
    }
}

.container-left .shape-techstack-with-image {
    position: absolute;
    top: -40px;
    left: 0;
}

@media only screen and (max-width: 1440px) {
    .container-left .shape-techstack-with-image img {
        transform: scale(0.7);
    }
}

.container-right .shape-techstack-with-image {
    position: absolute;
    top: -40px;
    right: 0;
}

.container-right .shape-techstack-with-image img {
    transform-origin: right;
}

@media only screen and (max-width: 1440px) {
    .container-right .shape-techstack-with-image img {
        transform: scale(0.7);
    }
}

.container-techstack-with-image-block {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .container-techstack-with-image-block {
        margin-top: 120px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 460px) {
    .container-techstack-with-image-block {
        margin-top: var(--inside-padding--s--mobile);
        padding-top: var(--inside-padding--s--mobile);
    }
}

.container-right .container-techstack-with-image-block .techstack-images {
    position: absolute;
    top: 0;
    left: -5vw;
}

@media only screen and (max-width: 1024px) {
    .container-right .container-techstack-with-image-block .techstack-images {
        position: relative;
        top: -40px;
        left: unset;
    }
}

@media only screen and (max-width: 460px) {
    .container-right .container-techstack-with-image-block .techstack-images {
        top: 0;
        left: -15px;

        margin-bottom: var(--element-margin-bottom--s--mobile);
    }
}

.container-left .container-techstack-with-image-block .techstack-images {
    position: absolute;
    top: 0;
    right: calc(-5vw - 30px);
}

@media only screen and (max-width: 1024px) {
    .container-left .container-techstack-with-image-block .techstack-images {
        position: relative;
        top: -40px;
        right: unset;
    }
}

@media only screen and (max-width: 460px) {
    .container-left .container-techstack-with-image-block .techstack-images {
        top: 0;
        left: -15px;

        margin-bottom: var(--element-margin-bottom--s--mobile);
    }
}

.container-techstack-with-image-block .techstack-images .techstack-image {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .container-techstack-with-image-block .techstack-images .techstack-image {
        position: relative;
        top: 0;
    }
}

.container-techstack-with-image-block .techstack-image img {
    width: 100%;
    height: auto;
}

.container-right .container-techstack-with-image-block .techstack-illustrations {
    position: absolute;
    top: 0;
    left: 28px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .container-right .container-techstack-with-image-block .techstack-illustrations {
        position: relative;
        top: 0;
        left: unset;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 460px) {
    .container-right .container-techstack-with-image-block .techstack-illustrations {
        top: 0;
        left: -15px;

        margin-bottom: var(--element-margin-bottom--s--mobile);
    }
}

.container-left .container-techstack-with-image-block .techstack-illustrations {
    position: absolute;
    top: 0;
    right: 28px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .container-left .container-techstack-with-image-block .techstack-illustrations {
        position: relative;
        right: unset;
    }
}

@media only screen and (max-width: 460px) {
    .container-left .container-techstack-with-image-block .techstack-illustrations {
        top: 0;
        left: -15px;
        margin-bottom: var(--element-margin-bottom--s--mobile);
    }
}

.container-techstack-with-image-block .techstack-illustrations .techstack-illustration,
.container-techstack-with-image-block .techstack-illustrations .techstack-illustration img {
    width: 100%;
}

.section--techstack-with-image-block .techstack-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section--techstack-with-image-block h2 {
    flex: 0 1 100%;
    margin-bottom: 30px;
}

.section--techstack-with-image-block .techstack-item-column {
    flex: 0 1 25%;
    padding-right: 10px;
}

@media only screen and (max-width: 1024px) {
    .section--techstack-with-image-block .techstack-item-column {
        flex: 0 1 50%;
    }

    .section--techstack-with-image-block .techstack-item-column:nth-last-child(2),
    .section--techstack-with-image-block .techstack-item-column:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .section--techstack-with-image-block .techstack-item-column {
        flex: 0 1 50%;
    }
}

@media only screen and (max-width: 460px) {
    .section--techstack-with-image-block .techstack-item-column {
        flex: 0 1 100%;
    }

    .section--techstack-with-image-block .techstack-item-column:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.section--techstack-with-image-block .techstack-item-column h4 {
    margin: 20px 0;
    margin-top: 30px;
}

.section--techstack-with-image-block .techstack-item-column p {
    position: relative;

    padding-left: 20px;

    line-height: var(--line-height--xxl);
}

@media only screen and (max-width: 460px) {
    .section--techstack-with-image-block .techstack-item-column p {
        padding-left: 15px;
    }
}

.section--techstack-with-image-block .techstack-item-column p:before {
    position: absolute;
    top: 15px;
    left: 0;

    display: block;

    width: 7px;
    height: 7px;

    content: "";

    border-radius: 50%;
    background: var(--orange);
}

@media only screen and (max-width: 1024px) {
    .section--techstack-with-image-block .techstack-item-column p:before {
        top: 12px;
    }
}

@media only screen and (max-width: 460px) {
    .section--techstack-with-image-block .techstack-item-column p:before {
        top: 8px;
    }
}
