.sir-image {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.sir-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-us-1 .contact-right::after {
	position: absolute;
	left: 0;
	bottom: -5px !important;
}

.contact-us-1 .contact-right h3 {
	text-align: start;
	padding-bottom: 2px;
}

.card-right {
	height: 600px;
	overflow: auto;
}

@media(width<=768px) {
	.contact-us-1 .contact-right h3 {
		font-size: 1.4rem;
	}

	.sir-image {
		height: 480px;
	}
}

@media(width<=576px) {
	.contact-us-1 .contact-right h3 {
		font-size: 1.2rem;
	}

	.sir-image {
		height: 380px;
	}

	.ps-4 {
		padding-left: 0px !important;
	}

	.card-right {
		height: 400px;
		margin-top: 15px;
	}
}