﻿
.bg-pic {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/bg-counter2.jpg) no-repeat center center;
    padding: 5rem 0;
    background-attachment: fixed;
    display: flex;
    justify-content: space-around;
}
.advertising{
    display:flex;
    margin-top:50px;
}

.num{
    font-weight:bold;
    margin-left: 10px;
    font-size:2vw;
    margin-bottom:0rem;
}
.name {
    margin-left: 10px;
}
@media (min-width:2000px) and (max-width:3000px){
   
}
@media (min-width:2000px) and (max-width:3000px) {
    #txt {
        font-size: 1.5vw;
        margin-left: 60px;
    }
}
@media(max-width:575px) {
    #font-home{
        font-size:3em;
    }
    .name {
        font-size: 3vw;
    }
}