.custom-featured-boxes-style-1 .featured-box .box-content {
		padding: 60.8px 28.8px;
		padding: 3.8rem 1.8rem;
		border: 7px solid #ffffff;
		transition: ease border-color 300ms;
}

.custom-featured-boxes-style-1 .featured-box .box-content svg {
		width: 88px;
		height: auto;
		fill: #FFF;
		transition: ease fill 300ms;
}
.custom-featured-boxes-style-1 .featured-box:hover .box-content {
		border: 7px solid var(--primary);
}

.custom-featured-boxes-style-1 .featured-box:hover .box-content svg {
		fill: var(--primary);
}