._article-office-landing-enterprise.about-us > .container {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container {
		padding-top: 0;
		padding-bottom: 5px;
	}
}

._article-office-landing-enterprise.about-us > .container > .row {
	margin-top: 0;
}

._article-office-landing-enterprise.about-us > .container > .row > .col {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 0;
}

._article-office-landing-enterprise.about-us > .container > .row .col:first-child {
	padding-left: 50px;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container > .row > .col {
		padding-left: 0;
		padding-right: 0;
        margin-top: 24px;
	}
}

._article-office-landing-enterprise.about-us > .container > .row .col:first-child .heading-title:before {
	margin-right: 25px;
	margin-left: -8px;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container > .row .col:first-child .heading-title:before {
		margin-right: 24px;
		margin-left: 0;
		height: 20px;
		top: 0px;
	}
}

._article-office-landing-enterprise.about-us > .container > .row .col:first-child p {
	margin-bottom: 1.213rem;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container > .row .col:first-child {
		order: 2;
        padding-left: 0;
	}

	._article-office-landing-enterprise.about-us > .container > .row .col:first-child p {
		margin-right: 0;
	}
}

._article-office-landing-enterprise.about-us > .container > .row .col:first-child a.btn {
	width: initial;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container > .row .col:first-child a.btn {
		width: 100%;
	}
}

._article-office-landing-enterprise.about-us > .container > .row .col:nth-child(2) .image-wrapper {
	text-align: right;
	margin-right: -9px;
	height: 504px;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us > .container > .row .col:nth-child(2) .image-wrapper {
		text-align: center;
		margin-right: unset;
        height: 45vh;
	}
}

._article-office-landing-enterprise.about-us > .container > .row .col:nth-child(2) .image-wrapper img {
	margin-right: 1px;
	height: 100%;
	object-fit: contain;
	object-position: center;
    width: 100%;
}

._article-office-landing-enterprise.about-us.office-landing-pro-tier > .container {
	padding-top: 54px;
	padding-bottom: 96px;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us.office-landing-pro-tier > .container {
		padding-top: 0;
		padding-bottom: 5px;
	}

	._article-office-landing-enterprise.about-us > .container > .row .col:nth-child(2) {
		order: 1;
	}

    ._article-office-landing-enterprise.about-us > .container > .row .col:nth-child(2) .image-wrapper img 
        object-fit: cover;
    }

}

._article-office-landing-enterprise.about-us.image-left > .container > .row > .col:first-child > .details-text p {
	color: #6C6C6C;
	font-size: 1.125rem;
	line-height: 1.9rem;
	margin-bottom: 2.063rem;
	margin-right: 0;
	margin-left: 3.125rem;
	transition: max-height 0.25s ease-in;
}

._article-office-landing-enterprise.about-us.image-left > .container > .row > .col:first-child > h2 {
	margin: 0 0 23px 58px;
}

._article-office-landing-enterprise.about-us > .container > .row > .col:first-child > .details-text p.readmore {
	max-height: 225px;
	overflow: hidden;
	mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	-webkit-mask-image: linear-gradient(180deg, #6C6C6C 80%, transparent);
	transition: max-height 0.15s ease-out;
}

@media (max-width: 991px) {
	._article-office-landing-enterprise.about-us.image-left > .container > .row > .col:first-child > .details-text p {
		margin-right: 0;
		margin-left: 0;
	}

	._article-office-landing-enterprise.about-us.image-left > .container > .row > .col:first-child > h2 {
		margin: revert;
	}
}

@media (max-width: 414px) {
	._article-office-landing-enterprise.about-us > .container > .row > .col:first-child > .details-text p.readmore {
		max-height: 273px;
	}
}
