/* -------------------- Main page :: brands -------------------- */
.b-mp-brands {
    padding: 30px 0 70px;
}

.b-mp-brands_heading {
    position: relative;
    margin-bottom: 20px;
}

.b-mp-brands_heading_title {
    display: inline;
    margin-right: 68px;
    font: 500 36px 'Roboto', sans-serif;
    color: #000;
}

.b-mp-brands_heading_more {
    font: 400 18px 'Roboto', sans-serif;
    text-decoration: none;
    color: #1fa6a3;
    border-bottom: 1px dashed;
}

.b-mp-brands_heading_more:hover {
    border-bottom-color: transparent;
}

@media (max-width: 767px) {
    .b-mp-brands_heading_title {
        margin-right: 20px;
        font: 500 24px 'Roboto', sans-serif;
    }

    .b-mp-brands_heading_more {
        font: 400 16px 'Roboto', sans-serif;
    }
}