.block-careers .logo-container {
	height: 155px;
	width: 280px;
	flex: 0 280px;
}

.block-careers .logo-container.mobile-view {
	height: 120px;
	width: 100%;
	flex: 0 100%;
}

.block-careers .logo-container img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
}

.block-careers .job-company-title {
	letter-spacing: 0.1em;
}


.block-careers .careers-section {
    margin-bottom: 2rem;
}

.block-careers .careers-section:last-child {
    margin-bottom: 0;
}

.block-careers .content-col .button {
    min-width: 220px;
}


