:root {
    --color-black: #232323;
    --color-white: #f7f7f7;
    --color-light-grey: #ebebeb;
    --color-grey: #b7b7b7;

    --color-green: #dbe71b;
    --color-orange: #ff7f11;
    --color-red: #dc291e;

    --color-dark-green: #828b08;
}

/* .team-block .inner-box .image {
    clip-path: polygon(0% 34%, 47% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    box-shadow: 0 5px 40px -20px var(--color-dark-green);
} */

.team-block .inner-box .content {
    box-shadow: 0 5px 40px -20px var(--color-dark-green);
    height: 150px;
}

.Available.team-block .inner-box {
    box-shadow: unset !important;
    overflow: visible;
    max-width: 420px;
    margin: auto;
}

.team-block {
    margin-bottom: 80px;
}

.text-content p {
    margin-top: 0 !important;
}

.diagonal-cut {
    clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 150px);
}

@media (max-width: 1200px) {
    .team-block .inner-box .content {
        height: 190px;
    }
}

@media (max-width: 569px) {
    .team-block .inner-box .content {
        height: unset;
    }
}