.statsbg {
    display: block;
    background-position: center;
    background-image: url("../img/bg-statitics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mapm {
	width: 100%;
	height: 500px;
    font-size: clamp(1rem, 0.667rem + 1.111vi, 1.5rem);
}
.chart  {
    width: 100%;
    height: 500px;
    font-size: clamp(1rem, 0.667rem + 1.111vi, 1.5rem);
}

.dlcard {
    display: grid;
    align-items: stretch;
}
.dlend {
    align-self: flex-end;
}
.dlhead {
    align-self: flex-start;
}

@media screen and (max-width:768px) {
    .mapm {
        height: 50svh;
    }
}
