.who-is__wrapper {
    position: relative;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background: #192924;
    padding: 120px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-is__text {
    margin-top: 10px;
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
    color: #bed0c9;
    line-height: 1.5;
}



.item-who-is__text {
    color: #bed0c9;
    max-width: 250px;
}

.who-is__items {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.item-who-is {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: calc((100% - 60px) / 4);
}

.item-who-is:not(:last-child)::after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    right: -11px;
    border-radius: 10px;
}

.item-who-is__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 18px;
}

.item-who-is__heading {
    margin-bottom: 5px;
}

.who-is__btn {
    margin: 60px auto 0 auto;
    min-width: 286px;
}

.who-is__decor {
    position: absolute;
    width: 73px;
    height: 73px;
}

.decor-who-is-left {
    top: 40px;
    left: 40px;
}

.decor-who-is-right {
    top: 40px;
    right: 40px;
}

@media screen and (min-width: 1600px) {
    .item-who-is__icon {
        width: 70px;
        height: 70px;
    }

    .who-is__decor {
        width: 83px;
        height: 83px;
    }

    .item-who-is__heading {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1199.98px) {
    .item-who-is__icon {
        width: 50px;
        height: 50px;
    }

    .who-is__wrapper {
        padding: 100px 70px;
    }
}

@media screen and (max-width: 1024.98px) {
    .who-is__wrapper {
        padding: 50px 4px;
    }

    .who-is__text {
        padding-left: 16px;
        padding-right: 16px;
    }

    .who-is__items {
        row-gap: 40px;
        column-gap: 10px;
    }

    .item-who-is {
        flex-basis: calc((100% - 10px) / 2);
        justify-content: flex-start;
    }

    .item-who-is:not(:last-child)::after {
        width: 1px;
        right: -5px;
    }


    .item-who-is:nth-child(even):not(:last-child)::before {
        position: absolute;
        content: '';
        bottom: -20.5px;
        left: calc(-100% - 14px);
        width: calc(100vw - 30px);
        height: 1px;
        border-radius: 10px;
        background:  rgba(255, 255, 255, 0.1);
    }

    .item-who-is:nth-child(even)::after {
        display: none;
    }

    .decor-who-is-left {
        top: 20px;
        left: 20px;
    }


    .decor-who-is-right {
        top: 20px;
        right: 20px;
    }

    .who-is__decor {
        width: 60px;
        height: 60px;
    }

    .who-is__heading {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 599.98px) {
    .who-is__wrapper {
        border-radius: 10px 10px 0 0;
    }

    .who-is__items {
        margin-top: 30px;
        row-gap: 38px;
    }

    .decor-who-is-left {
        top: 10px;
        left: 10px;
    }


    .decor-who-is-right {
        top: 10px;
        right: 10px;
    }

    .who-is__heading {
        padding-left: 0;
        padding-right: 0;
    }

    .who-is__decor {
        width: 25px;
        height: 25px;
    }

    .who-is__heading {
        max-width: 243px;
    }

    .who-is__btn {
        min-width: 252px;
        margin-top: 29px;
    }

    .item-who-is__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .item-who-is__text {
        line-height: 1.5;
    }

    .item-who-is:nth-child(even):not(:last-child)::before {
        bottom: -18.5px;
    }
}