@media  (max-width: 768px) {
  .bg-faded .navbar a.navbar-brand img {    
    top: -8px !important;    
    width: 220px !important;    
    left: 0px;
  }
}

fieldset .arrows.down {
    right: 7%;
    font-size: 20px;
    top: 40%;
    position: absolute;
    color: #9b9b9b;
}



fieldset .arrows.up {
    right: 7%;
    font-size: 20px;
    bottom: 40%;
    position: absolute;
    color: #9b9b9b;
}

.first, .second, .third {
background-color: white;
}

section.widdings div.mix-container a div.desc {
    margin: 0 auto;
    right: 0;

    max-width: 300px;
}

.navbar {
    padding: .8rem 1rem;
}

@media (max-width: 768px) {
fieldset .arrows.down {
    top: 30%;
}

fieldset .arrows.up {
    bottom: 55%;
}
}

@media (min-width: 768px) {
fieldset .arrows.down, fieldset .arrows.up  {
    right: 10%;
}

}