@media (min-width: 1440px) {
    .wrapper-collapse .btn-link {
        font-size: 1.3vw;
    }
    .wrapper-collapse .card-body {
        font-size: 1vw;
    }
    .item-step span {
        font-size: 9vw;
    }
    .item-step small {
        font-size: .7vw;
        margin-top: -5.5vw;
        padding: .3vw 1vw 1vw .3vw;
    }
    .title-section h2 {
        font-size: 2vw;
    }
    .title-section small {
        font-size: 1vw;
    }
    .title-section:after {
        width: 2vw;
        height: .2vw;
    }
    .block-steps .item-step {
        height: 10vw;
    }
}

@media (min-width: 992px) {
    .header-navbar .navbar-nav {
        margin-top: 0;
        background-color: transparent;
    }
    .header-navbar .nav-link {
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .btn-outline {
        color: #fff;
        width: auto;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        padding: 11px 25px;
        margin-left: 1.5rem;
        display: inline-block;
    }
    .btn-outline:hover {
        color: #fff;
    }
    .row-footer {
        overflow: hidden;
        position: relative;
    }
    .menu-footer {
        top: 50%;
        right: 0;
        float: right;
        height: 30px;
        margin-top: -40px;
        position: absolute;
    }
    .address-footer {
        float: left;
    }
    .menu-footer > ul li {
        float: left;
        display: block;
    }
    .menu-footer > ul a {
        margin-left: 20px;
        padding-left: 20px;
        position: relative;
        text-decoration: none;
    }
    .menu-footer > ul a:before {
        top: 3px;
        left: 0;
        width: 1px;
        content: "";
        height: 15px;
        display: block;
        position: absolute;
        background-color: #fff;
    }
    .menu-footer > ul li:first-child a:before {
        display: none;
    }
    .menu-footer > ul li:first-child a {
        margin-left: 0;
        padding-left: 0;
    }
    .social-footer a {
        margin-left: 1vw;
    }
    .social-footer {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .header-navbar {
        left: 0;
        right: 0;
        top: 10px;
    }
    .info-featured {
        top: 35%;
    }
    .btn-fill {
        font-size: 1vw;
        padding: 1vw 2vw;
    }
    .wrapper-join {
        height: 40vw;
    }
    .row-carousel {
        padding: 0 4vw 0;
    }
}

@media (max-width: 991px) {
    .btn-outline,
    section .btn-outline {
        display: inline-block;
    }
    .nav-item {
        text-align: center;
    }
    .item-logo img {
        margin: 0 auto;
        max-height: 7vw;
    }
    .wrapper-logos {
        bottom: -6.2vw;
        padding: 3vw 1vw;
    }
    .social-footer a {
        margin: 0 1vw;
    }
    footer {
        text-align: center;
    }
    .menu-footer > ul li {
        display: block;
    }
    .menu-footer > ul a {
        line-height: 40px;
        position: relative;
        padding-top: 10px;
    }
    .menu-footer > ul a:before {
        top: 0;
        left: 50%;
        content: "";
        width: 20px;
        height: 1px;
        display: block;
        margin-left: -10px;
        position: absolute;
        background-color: #464f5a;
    }
    .menu-footer > ul li:first-child a:before {
        display: none;
    }
    .address-footer address:after {
        margin-left: auto;
        margin-right: auto;
    }
    .address-footer img {
        margin: 50px auto 30px auto;
    }
}
@media (max-width: 767px) {
    .btn-fill,
    .btn-outline,
    section .btn-outline {
        font-size: 14px;
        padding: 10px 25px;
    }
    .wrapper-featured {
        min-height: 70vw;
    }
    .info-featured {
        left: 50%;
        width: 80vw;
        margin-left: -40vw;
    }
    .info-featured h1 {
        font-size: 5.5vw;
    }
    .info-featured h2 {
        margin: 2vw;
        font-size: 2.7vw;
    }
    .title-section h2 {
        margin-top: 0;
        font-size: 4.5vw;
    }
    .title-section small {
        font-size: 2.5vw;
    }
    .item-carousel img {
        margin: 7vw auto;
        max-height: 180px;
    }
    .wrapper-aboutus p {
        font-size: 14px;
        line-height: 22px;
    }
    .wrapper-faq {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-featured {
        min-height: inherit;
    }
    .page-featured .info-featured {
        left: auto;
        width: auto;
        padding: 15vw 0;
        margin-left: auto;
        position: relative;
    }
    .page-featured h2 {
        margin: 0;
    }
    .header-navbar {
        left: 0;
        right: 0;
    }
    .block-btn {
        text-align: center;
    }
    .wrapper-form .title-section {
        text-align: center !important;
    }
    .wrapper-form .title-section:after {
        left: 50%;
    }
    
}
@media (max-width: 400px) {
    .row-steps {
        display: block;
        margin-bottom: 15vw;
    }
    .item-step {
        height: 140px;
    }
    .item-step span {
        font-size: 32vw;
        text-align: center;
    }
    .item-step small {
        font-size: 3.2vw;
        margin-top: -17.5vw;
        padding-bottom: 1vw;
    }
    .wrapper-join p {
        font-size: 2.7vw;
    }
}