body {
    font-family:Arial, Helvetica, sans-serif;
}
.header {
    background-color: #0f0f0f;
    height: 112px;
    display: flex;
    margin-bottom: 80px;
}
.header__wrapper {
    margin: 0 auto;
    transform: translateY(20%)
}
.header__logo {
    background-image: url("../img/browser/hervis.svg");
    height: 129px;
    width: 211px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
