.ournumber h1{
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    color: white;
    text-align: center;
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bolder;
}

.ournumber .teamslogan{
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 1em;
    text-align: center;
}

.ournumber p{
    font-size: 12px;
margin-bottom: 30px !important;

}
.icon-ournumbers{
    padding: 25px;
    margin-bottom: 10px;
    margin-top: 60px;
    border: 1px solid #fff;
    font-size: 30px;
    background-color: transparent;
    border-radius: 7%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
    -ms-border-radius: 7%;
    -o-border-radius: 7%;
    display: inline-block;
}

.diff-ournumbers h2{
    margin-bottom: 30px;
    font-size: 15px;
}

.class-ournumbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    
}

.ournumber {
    text-align: center;
    margin-top: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../ASSETS/coaching.png);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ournumber h1{
    margin-bottom: 40px;
}

.diff-ournumbers::after {
    content: '';
    background: #efefef;
    display: block;
    height: 1px;
    width: 150px;
    margin: 5px auto 5px;

}

/* section our numbers end */
