.our-team {
	.card-wrapper {
		.bg-gradient {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%);
			width: 100%;
			height: 215px;
			background: var(--Deep-Void-Purple, #542985);
			filter: blur(250px);
			z-index: -1;
		}
		.card {
			width: calc(calc(100% / 2) - 25px);

			@media (max-width: 767px) {
				width: 100%;
			}

			img {
				width: 100%;
				max-width: 200px;
				height: 200px;
			}
			.title {
				font-size: 20px;
			}
		}
	}
}
