.button--360 {
    background: #192650;
}

.button--detail {
    background: #192650;
}

.header__logo img {
    height: auto;
    max-width: 350px;
}

@media (max-width: 600px) {
    .header__logo img {
        max-width: 250px;
    }
}