.field_featured_image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.field_partner_name > div:first-child,
.field_company_type > div:first-child,
.field_project_theme > div:first-child,
.field_school > div:first-child,
.field_instructor > div:first-child,
.field_course_name > div:first-child,
.field_project_description > div:first-child,
.field_project_outcomes > div:first-child,
.field_feedback_from_partner > div:first-child {
    color: #6C757D;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.field_partner_name > div:first-child {
	margin-top: 0;
}

.field_project_description > div:first-child,
.field_project_outcomes > div:first-child,
.field_feedback_from_partner > div:first-child {
	margin-top: 1.5rem;
}