.about-our-firm-sec {
	background-repeat: no-repeat;
	background-size: contain;
}
.about-our-firm-sec::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background: linear-gradient(90deg,rgba(242, 246, 247, 0) 5%, rgb(242, 246, 247) 65%);
}
.about-our-firm-sec-content-wrap::before {
	content: "";
	width: 100%;
	height: 125%;
	background-color: var(--color-white);
	position: absolute;
	filter: blur(150px);
	max-width: 623px;
	left: -150px;
	pointer-events: none;
	bottom: calc(-1 * var(--section-padding-bottom));
	border-radius: 50%;
	z-index: 0;
}
.about-our-firm-sec-image-wrap, .about-our-firm-sec-content-wrap {
	max-width: 50%;
}
.about-our-firm-sec-image-wrap{
    display: none;
}
.about-our-firm-sec-content-wrap {
	margin-left: auto;
}
.about-our-firm-sec-content a {
	color: var(--color-black);
	text-decoration: underline;
}
.about-our-firm-sec-content a:hover {
	color: var(--color-primary);
	text-decoration: none;
}
.about-our-firm-sec-content p {
	margin-bottom: var(--space-14);
}
@media screen and (max-width:1440px) {
    .about-our-firm-sec {
	background-size: contain;
}
}
@media screen and (max-width:991px) {
    .about-our-firm-sec {
	padding-bottom: 0;
}
.about-our-firm-sec-image-wrap, .about-our-firm-sec-content-wrap {
	max-width: 100%;
}
.about-our-firm-sec {
	background-image: unset !important;
}
.about-our-firm-sec-image-wrap {
	display: block;
	order: 1;
	margin-top: 30px;
}
.about-our-firm-sec-image {
	padding-top: 75%;
	margin: 0 -20px;
}
.about-our-firm-sec-image img {
	object-fit: contain;
}
}