.block-projectgroup.custom-ep-block {
    border-radius: var(--wp--preset--spacing--20);
    padding: 1.5em;
}

.block-projectgroup .intro {
    font-size: smaller;
}

.block-projectgroup h4 {
    font-size: smaller;
    color: var(--wp--preset--color--accent-5);
    font-weight: normal;
    text-transform: unset;
    text-decoration:none;
    margin-block-start: 0.01em;
    margin-block-end: 0.5em;
}

.block-projectgroup h4 a {
    color: unset;
    font-weight: unset;
    text-decoration: unset;
}

.block-projectgroup p {
    margin-block-start: .01em;
    margin-block-end: .02em;
    font-size: smaller;
}

.block-projectgroup .wp-block-buttons {
    justify-content: end;
    margin: .5rem;

}
/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  .cta-link {
    padding: 2.5rem;
}
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}