.vt-press-office-card {
	background: #03012d;
	color: #e5f2ff;
	display: block;
	margin: 0 0 48px;
	overflow: hidden;
	width: 100%;
}

.vt-press-office-card__image {
	aspect-ratio: 1.9 / 1;
	background: #242e42;
	overflow: hidden;
}

.vt-press-office-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vt-press-office-card__content {
	padding: 27px 24px 22px;
}

.vt-press-office-card .vt-press-office-card__heading {
	color: #1f8efa;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 19px;
	text-transform: uppercase;
}

.vt-press-office-card__copy,
.vt-press-office-card__copy p {
	color: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}

.vt-press-office-card__copy p {
	margin: 0 0 14px;
}

.vt-press-office-card__copy p:last-child {
	margin-bottom: 0;
}

.vt-press-office-card__copy a {
	color: #1f8efa;
}

.vt-press-office-card__socials {
	align-items: center;
	display: flex;
	gap: 11px;
	margin-top: 31px;
}

.vt-press-office-card__socials a {
	color: #e5f2ff;
	display: inline-flex;
	height: 25px;
	transition: color 0.2s ease;
	width: 25px;
}

.vt-press-office-card__socials a:hover,
.vt-press-office-card__socials a:focus-visible {
	color: #1f8efa;
}

.vt-press-office-card__socials svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.vt-press-office-card {
		max-width: 420px;
	}
}
