

/*Get to know about  US */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}



.more-info .right-content h2 {
    color: #312f3e;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #ef4910;
}

.more-info .right-content p {
    color: #312f3e;
	margin-bottom: 30px;
}



/* ============Awesome Technical Specs ?============== */





  

.values {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}



/* Animation */
.treatment-card:hover {
	transform: translateY(-10px);
  background-color: #e9e9e9;
}



@media (max-width: 768px) {
	.container {
		grid-template-columns: 1fr;
	}
}

