.promoted-resource {height: 38vh; overflow: clip; padding: 1vh; display: inline-block; border-radius: var(--standard-border-radius);}
.promoted-resource-title {height: 17vh; margin-bottom: 1vh; overflow: clip; font-size: 2.0em; margin-top: 0; line-height: 1.1;}
.promoted-resource-desc {height: 14vh; overflow: clip; font-size: 0.75em; display: flex; align-items: flex-end;  margin-bottom: 1vh;}
.promoted-resource-link {overflow: clip;  font-size: 0.75em; display: flex; align-items: center; text-decoration: none; font-weight: 600;}
.promoted-resource-link-text {flex-grow: 1; display: inline;}
.promoted-resource-link-icon {display: inline;}

@media screen and (max-width: 1200px) {
.promoted-resource-title {height: 11vh; font-size: 1.4em;}
.promoted-resource-desc {height: 20vh;font-size: 0.75em;}
}

@media screen and (max-width: 780px) {
.promoted-resource {height: 28vh;}
.promoted-resource-title {height: 8vh; font-size: 2.0em;}
.promoted-resource-desc {height: 12vh;font-size: 0.75em;}
}

