@media screen and (max-width: 389px) {
	.team-dev-container {
		width: 100%;
		min-height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 15px;
	}

	.team-dev-title {
		font-size: 20px;
		font-weight: 700;
		color: rgba(97, 33, 161, 1);
		text-align: center;
	}

	.team-dev-product-title {
		font-size: 16px;
		font-weight: 700;
		font-family: 'YuGothic';
		color: rgba(34, 34, 34, 1);
		text-align: center;
		margin-top: 0;
	}

	.team-dev-corepo {
		width: 340px;
		border: 1px solid rgba(217, 217, 217, 1);
		margin-bottom: 30px;
	}
}