* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #29648A;
	color: #000;

}

.card-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card {
	width: 550px;
	height: 300px;
	background-color: #252643;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 4px;
}

.card-front {
	width: 100%;
	height: 100%;
	display: flex;
	background: linear-gradient(
		-100deg,
		rgb(255, 255, 255) 54%, 
		rgb(38, 40, 65) 0
	);
	border-radius: 4px;
}

.left {
	width: 40%;
	color: #FFF;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;

}

.right {
	width: 60%;
}

.left span {
	font-size: 1rem;
}

.brand-top, .brand-top span {
	font-size: 3.6rem;
    line-height: 49px;
    letter-spacing: 0px;
}

.brand-top span {
	letter-spacing: -5px;
}

.brand-bottom {
	font-size: 0.7rem;
    letter-spacing: 0.1rem;
    margin-left: -4px;
    font-weight: bold;
}

.right-content {
	display: flex;
	align-items: center;
}

.right-content i {
	width: 40px;
	height: 40px;
	border: 2px solid #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2E9CCA;
	margin: 0 8px 0 0;
	color: #FFF;
}

.person {
	margin: 48px 0 36px 0;
}

.person a {
	width: 278px
}

.phone {
	margin: 0 0 36px 12px;
}

.phone a {
	width: 266px
}

.email {
	margin: 0 0 0 27px;
}

.email a {
	width: 251px
}

.person, .email, .phone {
	border-radius: 24px 0 0 24px; 
}

.person:hover, .phone:hover, .email:hover {
	background: rgba(46, 156, 202, .15)
} 

a, a:hover, a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 44px;
}

.subtitle, .sub {
	color: #C8C8CC;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}

.subtitle {
	display: flex;
	justify-content: center;
}

.sub {display: none;}
.two {margin: 0 8px}


/*-------- 0 - 570------ */


@media screen and (max-width: 570px) {
	
	.card-wrapper {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.card {
		width: 300px;
		height: 550px;

	}

	.card-front {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		background: unset;
		border-radius: 4px;
	}

	.left {
		width: 100%;
		height: 40%;
		/* 
		color: #FFF;
		font-size: 4rem;
		display: flex;
		flex-direction: column;
	    justify-content: center;
	    align-items: center; 
	    */

	}

	.right {
		width: 100%;
		height: 60%;
		background-color: #FFF;
	}

	.person, .phone, .email {
		margin: 0 0 56px 28px;
	}

	.person {
		margin: 56px 0 24px 28px;
	}

	.phone {
		margin: 0 0 24px 28px ;
	}
	
	.person a, .phone a, .email a {
		width: calc(300px - 80px);
	}

	.sub {
		color: #000;
		display: block;
	}

	.two, .three {display: none;}







}
