.about-service > .container {
    padding: 4px 0 7px 0;
    border-bottom: 0;
    margin-bottom: 4px;
}

.about-service > .container > .row {
	min-height: unset;
}

@media (max-width: 991px) {

    .about-service > .container {
        padding: 54px 0 50px 0;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-top: auto;
        margin-bottom: 25px;
    }

	.about-service > .container > .row {
		min-height: auto;
	}

    .about-service > .container > .row > .col:first-child{
        margin:0;
	}
}

.about-service > .container > .row > .col:nth-child(2) {
	padding-bottom: 0;
    padding-right: 50px;
    margin-top: 0;
}

@media (max-width: 991px) {
	.about-service > .container > .row > .col:nth-child(2) {
        padding-top: unset;
        padding-right: calc(var(--bs-gutter-x) * .5);
        text-align: center;
	}

    .about-service > .container > .row > .col:nth-child(2) .hi-editable {
		text-align: left;
	}
  
}

.about-service > .container > .row > .col .heading-title {
	font-size: 40px;
	line-height: 53.4px;
	margin: 0 0 0 8px;`
	letter-spacing: 0;
}

@media (max-width: 991px) {
    .about-service > .container > .row > .col .heading-title {
        margin: 20px 0 0 0;
    }
}

.about-service > .container > .row > .col .heading-title:before {
	height: 29px;
	top: 0px;
	left: -6px;
}



@media (max-width: 991px) {
    .about-service > .container > .row > .col .heading-title:before {
        left: 0px;
    }    
}

.about-service > .container > .row > .col p.heading-description {
	margin: 25px 0 0 0;
    font-size: 18px !important;
    line-height: 29.7px !important;
    color: #6C6C6C!important;

}

.about-service > .container > .row > .col .btn {
	padding: 15px 81px;
	margin: 33px 0 0 0;
}

@media (max-width: 991px) {
	.about-service > .container > .row > .col .btn {
		margin: 34px 0 56px 0;
	}
}

@media (max-width: 575px) {
	.about-service > .container > .row > .col .btn {
		margin: 34px 0;
	} 
}

.about-service > .container > .row > .col .btn.harcourts-difference-btn {
	padding: 15px 34px !important;
}

.about-service > .container > .row > .col .image-wrapper {
	position: relative;
	transform: none;
	clip-path: none;
	text-align: right;
}

@media (max-width: 991px) {
	.about-service > .container > .row > .col .image-wrapper {
		text-align: center;
	}
}

.about-service > .container > .row > .col:first-child .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 575px) {
	.about-service > .container > .row > .col .btn {
		margin: 34px 0;
	} 

    .about-service>.container>.row>.col:first-child .image-wrapper {
        height: 100%;
    }

    .about-service > .container > .row > .col:first-child .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: none!important;
    }        
}
