#gl_map{
  width:100%;
  height:450px;
  margin:0 auto;
}
#fcount{
  color: #FFF;
  font-size: var(--hfs-h0);
  font-weight: 500;
  padding:0 7px
}
.gt-grid-counts{
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 20px;
	margin:20px 0;
	width:100%;
}
.gt-grid-counts div.coll{
  border-radius: var(--hrd-s);
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  min-height:150px;
  color:var(--bde-palette-color-1-100a85cb-e036-472e-a18b-72bd7a4203e4);
}
.gt-grid-counts div.coll span{
  display:block;
width:100%;
  text-align:center;
}
.gt-grid-counts div.coll span:nth-child(2){
  padding-top:3px;
}
.gt-grid-counts div.coll span:nth-child(3){
  padding-top:12px;
}
.gt-grid-counts div.coll span:nth-child(3){
  font-size:35px;
  line-height:35px;
  font-weight:900;
  letter-spacing:1px;
}
.gt-grid-counts div.coll svg{
width:28px; height:auto;
}
.gt-grid-counts div.coll:nth-child(1){
  background:#FFE4E8;
}
.gt-grid-counts div.coll:nth-child(2){
  background:#CCFBEF;
}
.gt-grid-counts div.coll:nth-child(3){
  background:#FEEE95;
}
@media (max-width: 768px) {

	.gt-grid-counts div.coll span:nth-child(3){
  		font-size:30px;
  		line-height:30px;
      	padding-top:12px;
	}
  .gt-grid-counts div.coll span:nth-child(2){
  	font-size:14px;
    line-height:14px;
    padding-top:7px;
  }
  .gt-grid-counts div.coll svg{
		width:23px; height:auto;
	}
}