/* .food-concept-icon{
    font-size: 1rem;
    font-weight: 700;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
} */

.the-concept-text {
    margin-left: auto;
    margin-right: auto;
    color: #FACB0B;
}

.video-size {
    height: 362px;
}

.statistic-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FACB0B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FACB0B, #ffe57f);
    background: linear-gradient(to right, #FACB0B, #ffe57f);
}

.count-title {
    font-size: 50px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: black;
}

.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: black;
}

.stats-icon {
    font-size: 35px;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

.our_services h3{
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
}

.our_services .item_title{
    top: 0;
}

.our_services .strip_info{
    background-color: #00000061;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media (max-width: 992px) {
    .counter {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .hide-the-concept-sm {
        display: none;
    }

    .video-size {
        height: 200px;
    }
}

@media only screen and (min-width: 600px) {
    .hide-the-concept-l {
        display: none;
    }
}