

.info,.news {
	border: 1px solid #E2E2E2;
}

.info .wsc-icon {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

.info-right .info:not(:last-child) {
	margin-bottom: 1rem;
}

.info-right .embed-responsive {
	max-width: 300px;
}

@media (any-hover) {
	.info:hover,.news:hover {
		box-shadow: 0px 10px 20px rgba(0,40,182,0.08);
	}

	.info:hover .wsc-icon {
		opacity: 1;
	}

}

@media (max-width:1279.98px) {
	.info-right .info:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}



@media (max-width:767.98px) {


	.info .title {
		font-size: 1.25rem;
	}

	.info-right .embed-responsive {
		max-width: none;
	}
