.header__layout {
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logo {
    max-width: 270px;
    width: 100%;
    height: auto;
}
