#country-select {
	min-height: 350px;
	display: flex;
	flex-wrap: wrap;
	background: url('https://i8.amplience.net/i/epsonemear/CoverPlus-Registration-page_country-selector-0424-fullwidth-banner-hero-02') center/cover no-repeat;
}
#country-select .container-fluid {
	width: 100%;
	align-self: center;
}
#country-select .text-col h2 {
	margin: 0;
	color: white
}
#country-select .text-col p {
	color: white;
}
#country-select .text-col {
	width: 50%;
	padding: 60px 0;
}
#country-select .d-mob {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

@media (max-width:1023px) {
#country-select .text-col {
	background: none;
}
#country-select {
	background: 0 0/cover #f1f3f5;
}
#country-select .text-col {
	width: 100%;
	background: #f1f3f5;
}
#country-select .d-mob {
	display: block
}
}

@media (max-width:577px) {
#country-select .text-col {
	padding: 30px 0
}
}