.vffma-award-grid-wrapper {
	width: 100%;
	padding: 1.25rem;
	margin-left: 0rem !important;
	margin-right: 0rem !important;
	background: #e5edf1;
}

.vffma-award-grid-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 9rem;
}

.vffma-award-grid-title-wrapper {
	overflow: auto;
}

.vffma-award-grid-title {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 0;
	color: #000 !important;
}

.vffma-award-grid-description {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	word-wrap: break-word;
	color: #000 !important;
}

.vffma-award-grid-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.vffma-award-grid-logo {
	max-width: 33rem !important;
	width: auto;
	height: 100% !important;
	object-fit: contain;
	min-width: 9rem;
}

.vffma-remote-award-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
	width: 100%;
	max-width: none !important;
}

.vffma-remote-award-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vffma-remote-award-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vffma-remote-award-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vffma-remote-award-card {
	position: relative;
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	background: #fff;
	text-decoration: none;
}

.vffma-remote-award-card__media {
	position: relative;
	display: block;
	inset: 0;
	height: 12rem;
	width: 100%;
    aspect-ratio: 21 / 14;
    background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 240ms ease;
}

.vffma-remote-award-card:hover .vffma-remote-award-card__media,
.vffma-remote-award-card:focus-visible .vffma-remote-award-card__media {
	transform: scale(1.05);
}

.vffma-remote-award-card__banner {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.75rem 0.5rem;
	background: #fff;
	color: #1a1a1a;
	min-height: 3rem;
	max-height: 5rem;
}

.vffma-remote-award-card__logo {
	max-height: 3rem;
	max-width: 40%;
	min-width: 0;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

.vffma-remote-award-card__logo-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	height: 100%;
	width: 100%;
	min-width: 0;
}

.vffma-remote-award-card__logo-img {
	display: block;
	max-height: 3rem;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.vffma-remote-award-card__company {
	max-height: 3rem;
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.3;
	color: #005185;
}

.vffma-remote-award-card__company-container {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}

@media (max-width: 1920px) and (min-width: 1024px) {
	.vffma-award-grid-title,
	.vffma-award-grid-description {
		font-size: 1.7rem !important;
	}
}

@media (max-width: 1480px) {
	.vffma-award-grid-logo {
		max-width: 12rem !important;
	}
	.vffma-award-grid-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.vffma-remote-award-grid--cols-3,
	.vffma-remote-award-grid--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.vffma-remote-award-card__media {
		height: 12rem;
	}
	.vffma-remote-award-card__company {
		font-size: 0.9rem;
	}
}


@media (max-width: 1024px) {
	.vffma-award-grid-logo {
		max-width: 16rem !important;
	}
	.vffma-award-grid-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.vffma-remote-award-grid--cols-3,
	.vffma-remote-award-grid--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.vffma-remote-award-card__media {
		height: 20rem;
	}
	.vffma-remote-award-card__company {
		font-size: 0.9rem;
	}
}

@media (max-width: 992px) {

}

@media (max-width: 920px) {

}

@media (max-width: 768px) {
	.vffma-award-grid-logo {
		max-width: 14rem !important;
	}
	.vffma-award-grid-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.vffma-award-grid-title,
	.vffma-award-grid-description {
		font-size: 1.2rem !important;
	}
	.vffma-remote-award-card__media {
		height: 17rem;
	}
}

@media (max-width: 640px) {
	.vffma-award-grid-logo {
		max-width: 8rem !important;
		min-width: 6rem !important;
	}
	.vffma-award-grid-header {
		height: 8rem;
	}
	.vffma-remote-award-grid--cols-2,
	.vffma-remote-award-grid--cols-3,
	.vffma-remote-award-grid--cols-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.vffma-remote-award-card__media {
		height: 17rem;
	}
	.vffma-remote-award-card__company {
		font-size: 1rem;
		max-height: 4rem;
	}
}

@media (max-width: 1024px) {
	.award-grid-wrapper {
		display: block !important;
	}
	.award-grid-wrapper .elementor-container {
		display: block !important;
	}
    .award-grid-wrapper .elementor-column.elementor-col-33, 					  
	.award-grid-wrapper .elementor-column[data-col="33"] {
        width: 100% !important;
    }
}