@media screen and (min-width:1366px) {
    .container {
        max-width: 1300px;
    }
}


@media screen and (max-width:1366px) {}


@media screen and (max-width:1200px) {}


@media screen and (max-width:1050px) {}

@media screen and (max-width:992px) {}

@media screen and (max-width:850px) {}


@media screen and (max-width:768px) {
    .top-bar-left {
        flex-wrap: wrap;
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-caption h3 {
        font-size: 24px;
    }
    .stats-number {
    font-size: 25px;
}
.stats-inside {
    max-width: 100%;
    margin-top: 0px;
}
.carousel-item {
    min-height: 500px;
    text-align: center;
}

.carousel-caption {
    text-align: center;
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        padding: 0 15px !important;
}
.carousel-caption p {
    max-width: 100%;
}
h2 {
    font-size: 25px;
}
.about-text
{
    text-align: center;
}
.about-img-top {
    height: 200px;
    border-radius: 50px 0 50px 0;
    margin-top: 15px;
}
.about-img-center
{
    height: 200px;
    border-radius: 50px 0 50px 0;
}
}

@media screen and (max-width:600px) {}



@media screen and (max-width:576px) {
    .stats-label
    {
        margin-bottom: 30px;
    }
    .navbar-brand img {
    height: 40px;
}
}


@media screen and (max-width:480px) {}


@media screen and (max-width:400px) {}