/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*
 @import url(//db.onlinewebfonts.com/c/9d98f534f006d8c613a5dc3ace7fe507?family=Acumin+Pro+Condensed);
	 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap');
*/
@font-face {
  font-family: 'Acumin Condensed';
  src: url('https://20088111.fs1.hubspotusercontent-na1.net/hubfs/20088111/fonts/Acumin%20Pro%20Cond%20Black.otf');
}
	.body-container--market h1, .body-container--market h2, .body-container--market h3, .body-container--market h4, .body-container--market h5, .body-container--market h6{
		font-family: "Acumin Condensed";
	}
	.body-container--market h1{
		font-size:60px;
		line-height: 60px;
	}
	.body-container--market h2{
		font-size: 46px;
		line-height: 46px;
	}
	h3{
    font-weight: 400;
    font-style: normal;
    font-size: 40px !important;
    line-height: 40px;
		margin: 0 0 0.8rem;
	}
	h4{
   font-size 26px;
		margin: 0 0 0.8rem;
		font-weight: 600;
	}
	p{
		color:#737F84;
		font-size:20px;
	}
	.img-info-left-right .content-two-column h2{
		font-size: 40px !important;
		font-weight: 400;
		color:#2A3538;
	}
	.img-info-left-right .info p{
		color:#2A3538;
		font-size:16px;
	}
	.img-info-left-right .content-cta-contact p{
		color:#2A3538;
		font-size: 14px;
	}
	.img-info-left-right .content-cta-contact p span{
		font-weight: 700;
	}
	.info__map__section p {
		font-size: 16px;
		color: #2A3538;
	}
  
	@media only screen and (min-width: 1024px){
    .img-info-left-right .content-img-bg {
		flex: 0 0 auto !important;
	}
		  .img-info-left-right .content-img-bg {
		width: 420px !important;
		height: 355px !important;
		flex: 0 0 auto !important;
	}
  	.img-info-left-right .content-img-bg span.img {
		width: 420px  !important;
		height: 355px !important;
		}
	}
@media(max-width:768px){
 h1, #hs_cos_wrapper_dnd_area-module-2_ h2{
			text-align:center !important;
	}
	
}
@media(min-width:766px){
.img-info-left-right .content-info .content-info-text .info {
	min-height: 235px;
}