@media screen and (max-width: 991px) {
    .section-developer .developer-img {
        max-height: calc(100%) !important;
    }
}

@media (min-width: 0px) and (max-width:340px) {}

@media (min-width: 340px) and (max-width:576px) {}

@media (min-width: 0px) and (max-width:400px) {}

@media (min-width: 400px) and (max-width:576px) {}

@media (min-width: 0px) and (max-width:576px) {}

@media (min-width: 0px) and (max-width:768px) {}

@media (min-width: 576px) and (max-width:768px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width:1024px) {}

@media (min-width: 991px) and (max-width:1200px) {}

@media (min-width: 1200px) and (max-width:1380px) {}

@media (min-width: 1380px) and (max-width:1656px) {}

@media (min-width: 991px) {}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}


/** CSS for small screen */

@media (min-width: 0px) and (max-width:576px) {

    .w15 {
        float: left;
        width: 15%;
    }

    .w20 {
        float: left;
        width: 20%;
    }

    .w30 {
        float: left;
        width: 30%;
    }

    .w40 {
        float: left;
        width: 40%;
    }

    .w50 {
        float: left;
        width: 50%;
    }

    .w60 {
        float: left;
        width: 60%;
    }

    .w70 {
        float: left;
        width: 70%;
    }
}

/** CSS for Menu on Mobile */

@media (min-width: 0px) and (max-width:991px) {
    .navbar-collapse {
        display: none;
    }

    .collapse.show {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 999;
        margin-top: 2rem;
        background: #fff;
    }

    .collapse.show .nav-link {
        text-align: right;
        color: #111;
        padding: .5rem;
        margin: 0;
        font-size: 1rem;
    }

    .navbar-light .navbar-toggler-icon {
        background: none;
        color: #de1343;
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-toggler {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: flex-end;
        align-self: flex-end;
        padding: 0;
        font-size: 1rem;
        line-height: 1;
        background: 0 0;
        border: none;
        border-radius: 0;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        font-size: 1rem
    }
}