.block-portfolio-cards {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .block-portfolio-cards {
        max-width: 1440px;
    }
}

.portfolio-title {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "Playfair Display";
}

.portfolio-entry-wrap {
    position: relative;
    box-sizing: border-box;
}

.portfolio-dummy-thumbnail,
.portfolio-creative-thumbnail {
    background-color: azure;
    max-width: 770px;
    max-height: 404px;
    height: 100%;
    width: 100%;
}

.portfolio-metas * {
    line-height: initial;
}

.portfolio-website-url a {
    border-bottom: 0;
}

.portfolio-website-url a:after {
    display: none;
}

.portfolio-excerpt {
    margin-bottom: 1.5rem !important;
}

.portfolio-readmore {
    bottom: 0;
    right: 0;
}

.portfolio-entry {
    width: 500px;
}

.portfolio-website-url {
    font-weight: bold;
}
