.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__circle-jobs-custom circle {
	transform: scale(0);
	transition: transform .5s ease-in-out;
}

.btn--svg-jobs-custom:hover .btn--svg__label-jobs-custom {
	color: #005ba8;
	transition: color .5s ease-in-out;
}

.btn--svg-jobs-custom:hover .btn--svg__border--left-jobs-custom path, .btn--svg-jobs-custom:hover .btn--svg__border--right-jobs-custom path {
	stroke-dashoffset: 0;
	stroke: #005ba8;
	transition: stroke-dashoffset .5s ease-in-out .25s;
}

.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__circle-jobs-custom circle {
	transition: transform .5s ease-in-out;
	transform: scale(1.1);
	transform-origin: 50% 50%;
}

.btn--svg__border-jobs-custom path {
	stroke-dasharray: 61.8204345703125 61.8204345703125;
	transition: stroke-dashoffset 0s ease-in-out .5s;
}

.btn--svg__border--left-jobs-custom path {
	stroke-dashoffset: -61.8204345703125;
}

.btn--svg__border--right-jobs-custom path {
	stroke-dashoffset: 61.8204345703125;
}

.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__circle-jobs-custom circle {
		transform: scale(0);
		transition: transform .5s ease-in-out;
	}
	
	.btn--svg-jobs-custom:hover .btn--svg__label-jobs-custom {
		color: #005ba8;
		transition: color .5s ease-in-out;
	}
	
	.btn--svg-jobs-custom:hover .btn--svg__border--left-jobs-custom path, .btn--svg-jobs-custom:hover .btn--svg__border--right-jobs-custom path {
		stroke-dashoffset: 0;
		stroke: #005ba8;
		transition: stroke-dashoffset .5s ease-in-out .25s;
	}
	
	.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__circle-jobs-custom circle {
		transition: transform .5s ease-in-out;
		transform: scale(1.1);
		transform-origin: 50% 50%;
	}
	
	.btn--svg__border-jobs-custom path {
		stroke-dasharray: 61.8204345703125 61.8204345703125;
		transition: stroke-dashoffset 0s ease-in-out .5s;
	}
	
	.btn--svg__border--left-jobs-custom path {
		stroke-dashoffset: -61.8204345703125;
	}
	
	.btn--svg__border--right-jobs-custom path {
		stroke-dashoffset: 61.8204345703125;
	}
	
	.btn--svg-jobs-custom .btn--svg__label-jobs-custom {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-origin: 50% 50%;
	}
}