.firevert-partner-block-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.firevert-partner-block {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 20px;
	width: auto;
	max-width: 450px;
}

.firevert-partner-logo {
	img {
		width: 150px;
		margin-bottom: 10px;
	}
}

.firevert-partner-content {
	h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
		color: #333;
	}

	p {
		margin: 0 0 15px 0;
		color: #666;
		line-height: 1.5;
	}
}

.firevert-partner-button {
	.button {
		background: #08b708;
		color: white;
		padding: 4px 16px;
		border-radius: 4px;
		text-decoration: none;
		display: inline-block;
		transition: background 0.3s ease;
		border: unset;

		&:hover {
			background: rgb(7, 161, 7);
			color: white;
		}
	}
}

@media (max-width: 600px) {
	.firevert-partner-block {
		flex-direction: column;
		text-align: center;
	}
}
