.tps_siteHeader_line {
	display: grid;
	grid-template-columns: auto 1fr;
	height: 50px;
}

.tps_siteHeader_logo {
	display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.tps_siteHeader_logo img {
    width: 47vw;
    max-width: 355px;
    height: 100%;
	object-fit: contain;
	object-position: left center;
}

.tps_siteHeader_button {
	display: none;
}

@media (min-width: 992px) {
	.tps_siteHeader {
		border-bottom: 1px solid #bbbab9;
		position: relative;
	}

	.tps_siteHeader_line {
		grid-template-columns: 1fr auto 1fr;
		height: 85px;
	}

    .tps_siteHeader_logo img {
        height: 27px;
        width: 22vw;
    }

	.tps_siteHeader_button {
		border: 1px solid #000;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		width: max-content;
        color: #000;
		align-self: center;
        justify-self: end;
	}

	.tps_siteHeader_button:hover {
		background: #000;
		color: #fff;
	}
}
