.overlay_statistics {
    background: linear-gradient(0deg, #b9b29c57, #cfbd8738);
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
}
.statistics {
    min-height: 300px;
    position: relative;
}

.statistics .overlay-statistics .container .count {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--main-color);
    -webkit-text-stroke-width: 2px;
}

.stats-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
}
.statistics .stats-box i {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 0;
    padding-bottom: 10px;
    position: relative;
}

.overlay_statistics {
    display: -ms-flexbox;
    -ms-flex-align: center;
}
.stats-box svg {
    height: 100px;
    width: 100px;
    position: relative;
    color: #041126;
}

.statistics .overlay-statistics .container .count {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 40px;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-stroke-color: #041126;
    -webkit-text-stroke-width: 2px;
}

.stats-box_text {
    color: #041126;
    font-size: 20px;
    line-height: 1.5;
}

.national-info a {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 575.98px) {

    .stats-box svg {
        height: 55px;
        width: 55px;
    }

    .stats-box {
        padding: 6px 0;
    }

}

footer {
    padding-top: 50px;
}

@media (max-width: 575.98px) {
    footer {
      padding-top: 50px;
      margin-bottom: 0;
  }
  }
  