.commerce-tooling #whyBlock .card:last-child h4 {
    margin-bottom: -21px
}

#whyBlock .content {
    width: min(1440px, 100%);
    padding: 120px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    background-color: rgba(0, 0, 0, 0)
}

#whyBlock .content .green {
    background-color: #ffc549;
    font-size: 40px;
    font-weight: 500;
    color: #3c3118;
    align-items: flex-end;
    border-radius: 8px
}

#whyBlock .content .card, #whyBlock .content .green {
    line-height: 140%;
    letter-spacing: -.045em;
    display: flex;
    padding: 32px
}

#whyBlock .content .card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    flex-direction: column;
    gap: 16px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff
}

#whyBlock .content .card .image-wrap {
    width: 100%;
    height: 276px;
    position: relative;
    object-fit: contain
}

#whyBlock .content .card h4 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    color: #131007
}

#whyBlock .content .card p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 400;
    color: #4d544f
}

@media screen and (max-width:1200px) {
    #whyBlock .content {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px
    }
}

@media screen and (max-width:660px) {
    #whyBlock .content {
        padding: 40px 16px;
        grid-template-columns: 1fr;
        gap: 16px;
        box-sizing: border-box
    }
    #whyBlock .content .green {
        height: 300px;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }
    #whyBlock .content .card {
        box-sizing: border-box;
        min-height: 400px;
        padding: 24px
    }
    #whyBlock .content .card .image-wrap {
        height: 260px
    }
    #whyBlock .content .card h4 {
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 400
    }
    #whyBlock .content .card h4 br {
        display: none
    }
}