.header__inner .nav-header .brand {
    margin-top: 5px !important;
}

.header:hover .nav-header .brand {
    margin-top: 5px !important;
}

.header__inner .attributes li,
.header__inner .menu li a {
    padding: 30px 0 !important;
}

.header:hover .attributes li,
.header:hover .menu li a {
    padding: 30px 0 !important;
}

@media (max-width: 991px) {
    .section {
        padding: 100px 0 0;
    }

    .header {
        padding: 0 0 5px;
    }

    .header__sticky:hover {
        padding: 0 0 5px;
    }

    .core-responsive-slide .core-nav .wrap-core-nav-list {
        padding-top: 100px;
    }

    .header .core-nav .wrap-core-nav-list.right .menu li,
    .header:hover .core-nav .wrap-core-nav-list.right .menu li,
    .header__inner .core-nav .wrap-core-nav-list.right .menu li,
    .header__sticky .core-nav .wrap-core-nav-list.right .menu li {
        padding: 15px 0 !important;
    }
}

.header__mobile-toggle {
    top: 0;
}

.header__mobile {
    padding: 5px 0;
}

.core-nav .core-nav-toggle {
    padding: 24px 0 0;
}

.header__mobile-brand {
    width: 70px;
    height: 70px;
    background: url("../../../assets/brand/BizMotionLogo.png") no-repeat 0 0;
    background-size: 70px 70px;
}

.team__content {
    height: 180px;
}

@media (max-width: 991px) {
    .team__content {
        height: 120px;
    }

    .section {
        padding-bottom: 5%;
    }

    .section__cta {
        padding: 50px 0px;
    }
}

@media (max-width: 767px) {
    .team__content {
        height: 150px;
    }
}

@media (max-width: 398px) {
    .team__content {
        height: 180px;
    }
}