.product-of-the-mont__image b,
.product-of-the-mont__image strong {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 90%;
}

.project-of-the-month__pentagon svg {
    fill: transparent;
    transition-property: fill;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.project-of-the-month__pentagon:hover span {
    color: #fff;
}

.project-of-the-month__pentagon:hover svg {
    fill: #212529;
}
