/* Enter Your Custom CSS Here */

.providers_page, .upcoming-reports_page, .index-of-profiled-vendors_page, .sample-research_page, .meet-the-team_page_head {
	background: url(https://www.chilmarkresearch.com/wp-content/themes/chilmark/images/b-poly1.png) no-repeat center bottom;
}

.analytics_people img {
	display: none;
}

.button_more .red_btn {
	color: white !important;
}

.recent_sec1 img {
	object-fit: cover;
}

.recent_sec2 img {
	width: 100% !important;
	height: auto !important;
	min-height: unset !important;
	max-height: 221px !important;
	object-fit: cover;
}

/* Phone */
@media screen and (min-width:320px) and (max-width:666px) {
	
	.recent_sec2 .col-sm-4 {
  width: 100%;
  margin: auto;
}
}

@media screen and (min-width:667px) and (max-width:767px) {
	
	.recent_sec2 .col-sm-4 {
   width: 100%;
  min-height: 425px !important;
	margin-left: auto;
	margin-right: auto;
	}
	
.recent_sec2 h5 {
  margin-top: 10px !important;}
}

/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
	
	.recent_sec2 .col-sm-4 {
  width: 50%;
  min-height: 425px !important;
		margin-left: auto;
		margin-right: auto;
}
	
.recent_sec2 h5 {
  margin-top: 10px !important;}
	.container {width: 768px;}

}

/* Desktop */
@media only screen and (min-width:1025px) {
.recent_sec2 .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 425px !important;
}
}