@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-brand {
        width: 30%
    }

    .navbar-toggler {
        border-color: #FFF;
    }

    .navbar-toggler .navbar-toggler-icon {
        filter: invert(1);
    }

    .heroSection h2 {
        padding: 0% 10% 2% 0.5%;
    }

    .teamCard .cardBody h3 {
        padding-top: 1rem;
    }

    .teamCard .cardBody h3 a {
        font-size: 1.5rem
    }

    .teamCard .cardBody .teamDesc {
        font-size: 1rem;
        line-height: 24px;
    }

    .mentorCard {
        flex-direction: column;
    }

    .mentorCard .mentorImage {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-brand {
        width: 30%
    }

    .navbar-toggler {
        border-color: #FFF;
    }

    .navbar-toggler .navbar-toggler-icon {
        filter: invert(1);
    }

    .infoSection .infoBox {
        padding-right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    .middleBanner h2 {
        font-size: 2rem;
        line-height: 48px;
    }

    .middleBanner p {
        font-size: 1rem;
        line-height: 24px;
    }

    .editionSection .editionBox {
        margin-bottom: 1rem;
    }

    .desciplinesBox {
        text-align: center;
        margin-bottom: 2rem;
    }

    .desciplinesSection .desciplinesBox .icon {
        margin: 0 auto;
    }

    .brands-wrap {
        overflow-x: auto;
    }

    .brands-list {
        flex-wrap: nowrap;
    }

    .brands-list__item {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .brands-list__item:not(:nth-child(4n)) {
        margin-right: 10px;
    }

    .teamCard {
        margin-bottom: 2rem;
    }

    .mentorCard {
        flex-direction: column;
    }

    .mentorCard .mentorImage {
        width: 100%;
    }

    .ctaSection h2 {
        font-size: 2rem;
        line-height: 40px;
    }

    .footerCol {
        margin-bottom: 2rem;
        text-align: center;
    }

    .socialIcons,
    .footerText {
        text-align: center;
    }
}