.tipo-docente {
	font-size: var(--bs-h5-font-size);
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
}

.views-view-grid:last-of-type {
  margin-bottom: 6.5rem;
}


.linha-titulo {
	font-family: Raleway;
	font-size: var(--bs-h4-font-size);
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 135.714% */
}
.views-field.views-field-description__value h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 32px; 
}
.views-field.views-field-description__value ul {
	margin-left: 2rem;
	font-family: Raleway;
	font-size: var(--bs-t3-font-size);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

/*Linhas de Pesquisa */
.view-teste-view-linha p{
line-height: 32px; 
font-size: var(--bs-t3-font-size);;
}

 .views-field.views-field-description__value-1 {
	margin-left: 2rem;
	font-family: Raleway;
	font-size: var(--bs-t3-font-size);
font-weight: 400;
line-height: 32px;
	
}
.views-field.views-field-description__value-1 strong {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
}

/**/
/*Diferentes telas*/
/**/

@media (max-width: 768px) {
	/*Linhas de Pesquisa - medidas estimadas pq não tem layout pronto */
.ps-5{
	    padding-left: 0!important;
}	
.view-teste-view-linha p, .views-field.views-field-description__value-1{
			font-size: var(--bs-h7-font-size);
	}
	.tipo-docente {
	font-size: var(--bs-h7-font-size);
}
}
