.parent-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.btn-jobs-custom {
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .04em;
	display: inline-block;
	color: rgba(1, 70, 131, 1);
	text-decoration: none;
}

.btn--svg-jobs-custom {
	position: relative;
	height: 54px;
	width: 235px;
	overflow: hidden;
	border-radius: 80px;
	background-color: transparent;
}

.btn--svg-jobs-custom:hover .btn--svg__label-jobs-custom {
	color: #005ba8;
	transition: color .5s ease-in-out;
}

.btn--svg__label-jobs-custom {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
	z-index: 3;
	width: 100%;
	transition: color .5s ease-in-out;
	white-space: nowrap;
	font-size: .85em;
}

.btn--svg-jobs-custom .btn--svg__label-jobs-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
}

@media (max-width: 768px) {
	.parent-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	
	.btn-jobs-custom {
		font-size: 1.4em;
		line-height: 1em;
		letter-spacing: .04em;
		display: inline-block;
		color: rgba(1, 70, 131, 1);
		text-decoration: none;
	}
	
	.btn--svg-jobs-custom {
		position: relative;
		height: 54px;
		width: 235px;
		overflow: hidden;
		border-radius: 80px;
		background-color: transparent;
	}
	
	.btn--svg-jobs-custom:hover .btn--svg__label-jobs-custom {
		color: #005ba8;
		transition: color .5s ease-in-out;
	}
	
	.btn--svg__label-jobs-custom {
		font-family: sans-serif;
		font-weight: bold;
		text-align: center;
		color: white;
		z-index: 3;
		white-space: nowrap;
		font-size: .85em;
	}
	
	.btn--svg-jobs-custom .btn--svg__label-jobs-custom {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-origin: 50% 50%;
	}
}