.what-type_block {
    position: relative;
}

.what-type_block-decor {
    position: absolute;
    top: 160px;
    right: -30px;
    z-index: -1;
}
.what-type_block__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 505px;
}
.what-type_block__header-top-text {
    border: 1px solid rgba(7, 92, 104, 0.6);
    border-radius: 50px;
    padding: 7px 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    color: rgba(7, 92, 104, 0.6);
    max-width: fit-content;
}
.what-type_block__header-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.what-type_block__header-title {
    max-width: 505px;
    font-weight: 400;
}

.what-type_block__header-title strong {
    font-weight: 600;
}

.what-type_block__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.what-type_block__item {
    transform: rotate(6deg);
}
.what-type_block__item:hover{
    transform: rotate(6deg) scale(1.1);
}

.what-type_block__item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.what-type_block__item-icon {

}
.what-type_block__item-text {
    line-height: 130%;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 27px;
}
.what-type_block__item-image {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.what-type_block__item-image img{
    border-radius: 50%;
    opacity: 70%;
}

.what-type_block__item-top {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-type_block__btn-dn {
    display: none;
}

@media screen and (min-width:1200px){
    .what-type_block__item {
        flex-basis: calc((100% - 195px) / 4);
    }

    .what-type_block__row {
        gap: 65px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px){
    .what-type_block__item {
        flex-basis: calc((100% - 60px) / 4);
    }

    .what-type_block__row {
        gap: 20px;
    }
}

@media screen and (min-width: 991px){
    .what-type_block__header-top {
        margin-bottom: 25px;
    }

    .what-type_block__header {
        margin-bottom: 140px;
    }

    .what-type_block__item-inner {
        padding: 90px 35px 35px 35px;
        min-height: 480px;
        border-radius: 150px;
    }

    .what-type_block__row .what-type_block__item:nth-child(even) {
        margin-top: -70px;
    }

    .what-type_block__item-icon {
        margin-bottom: 30px;
    }

    .what-type_block__item-text {
        font-size: 24px;
        margin-bottom: 27px;
    }

    .what-type_block__item-image img{
        max-height: 180px;
    }

    .what-type_block__header-top-text {
        font-size: 24px;
    }

}

@media screen and (max-width: 991px){
    .what-type_block__header {
        margin-bottom: 40px;
    }

    .what-type_block__header-top {
        margin-bottom: 20px;
    }

    .what-type_block__header-top svg{
        display: none;
    }

    .what-type_block__item-icon {
        margin-bottom: 10px;
    }

    .what-type_block__item-icon img{
        max-width: 27px;
    }

    .what-type_block__item-text {
        font-size: 22px;
        margin-bottom: 23px;
    }

    .what-type_block__item-image img{
        max-height: 95px;
    }

    .what-type_block__item {
        flex-basis: calc((100% - 120px) / 4);
    }

    .what-type_block__row {
        gap: 40px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .what-type_block__item-inner {
        padding: 45px 20px 20px 20px;
        border-radius: 81px;
    }

    .what-type_block__btn {
        display: none;
    }

    .what-type_block__btn-dn {
        display: flex;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-type_block__header-top-text {
        font-size: 14px;
    }

    .what-type_block-decor {
        position: absolute;
        top: 40px;
        right: -400px;
        z-index: -1;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px){
    .what-type_block__item-inner {
        min-height: 301px;
    }
}

@media screen and (max-width: 768px){
    .what-type_block__item-inner {
        min-height: 257px;
        max-width: 135px;
    }

    .what-type_block__item {
        flex-basis: calc((100% - 20px) / 2);
        display: flex;
        justify-content: center;
    }

    .what-type_block__row {
        gap: 20px;
        justify-content: center;
    }
}