.poligon-arrow {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.poligon-arrow-down {
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 85%,
        50% 100%,
        0% 85%);
}

.poligon-chevron {
    clip-path: polygon(
        85% 0%,
        100% 50%,
        85% 100%,
        0% 100%,
        15% 50%,
        0% 0%);
}

.poligon-chevron-down {
    clip-path: polygon(
        0% 0%,
        50% 15%,
        100% 0%,
        100% 85%,
        50% 100%,
        0% 85%);
}

.card-body h3 {
	font-size: 1.25rem;
	color: #ffffff !important;
}

.card-body h4 {
	font-size: 1rem;
}

.btn-lg {
    line-height:1.25 !important;
}