div[region="content"] > div > h3 {
    display: none;
}

.sticky-info h1 {
	font-size: 2.5rem;
}

.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;
}

.sticky-info {
	top: 132px;
	padding-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
    .sticky-info {
        top: 72px;
    }

    .sticky-info h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
	.sticky-info {
		padding-bottom: 1rem;
	}
}
