.insta-contact {
	font-size: 3em;
	padding: 15px;
}

@media (width >= 768px) {
	.insta-contact {
		font-size: 2em;
	}

	.social-wrapper {
		text-align: left;
	}
}

.contact-section {
	background-color: #fff0f5;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

/* left contact info */
.col-lg-4 {
	border-radius: 10px 0 0;
}

/* right contact info */
.col-lg-8 {
	border-radius: 0 10px 0 0;
	border: 0.5px solid #4a4a4a !important;
}

/* left contact info centered */
@media (width <= 991.98px) {
	.col-lg-4 {
		border-radius: 10px 10px 0 0;
	}

	.contact-text-top,
	.d-flex {
		text-align: center;
	}

	.col-lg-8 {
		border-radius: 0 0 10px 10px;
	}
}

/* send btn reset */
@media (width >= 992px) {
	.btn.w-lg-auto {
		width: auto !important;
	}
}
