.block h3{
	margin-top: 0;
}

.alt_row {
    padding: 1.5rem;
    background-color: #F3F3F4;
}

#contentcontainer .feature-box{
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul.bullet{
	list-style-image: none;
	list-style-type:disc;
}

.col_1 p {
    font-size: 1.3em;
    font-weight: bold;
}

.height_spacing{
	margin-top: 1.5rem;
}

.quotes {
	margin-bottom: 2rem;
}

.shadow {
	margin: 1rem 2rem 2rem 1.4rem;
	padding: 2rem 4rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 15px;
	min-height: 328px;
}

.student_img{
	border: solid 1rem #F4F4F4;
}

.quote{
	font-style: italic;
	padding-top: 1rem;
	text-align: left;
}

.student_name_title{
	text-align: left;
}

.studentName {
	font-weight: bold;
	color: #002E66;
}

#toggle-custom-2 {
	background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: Poppins, sans-serif;
  /*input has OS specific font-family*/
  color: #002E66;
  text-decoration: underline;
  cursor: pointer;
}




@media screen and (max-width: 992px){
	
	.shadow {
		margin: 0;
		padding: 0;
		box-shadow: initial;
	}
	
	.buttons {
		margin-top: -2.5em;
		right: -8px;
	}
}

