body .projekt-item-title {
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 9px;
    text-decoration: none !important;
    line-height: 100%;
    letter-spacing: 2%;
    font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    margin-top: 5px;
    margin-bottom: 0px;
}

.projekt-item {
    text-decoration: none !important;
}

.projekt-featured-photo img {
    aspect-ratio: 1/1 !important;
    width: 100%;
    height: auto;
    object-fit: cover;

}