.brand-logo {
	transition: 1s; /* Время эффекта */
}
.brand-logo:hover {
	cursor: pointer;
	transform: scale(1.2); /* Увеличиваем масштаб */
}

.offer-card__img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 40%;
}

@media (min-width: 0px) and (max-width: 768px) {
	.offer-card__img {
		width: 70%;
	}
}

.offer-card {
	min-height: 300px;
}

.custom-form-control {
	background-color: #00628c !important;
	color: white !important;
}