.md-about-section {
    background: #F8F6F4;
}
.md-about-title {
	margin-bottom: 25px;
}
.md-about-left {
	margin-bottom: 50px;
}
.md-about-text {
	margin-bottom: 25px;
}
.md-about-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #262626;
}
.md-about-text p:first-of-type {
	font-weight: 700;
	margin-bottom: 20px;
}
.transparent-btn {
	border: 1px solid #282828;
	background: transparent;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-us-btn {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	width: 167px;
	height: 53px;	
	transition: 0.3s ease-in-out
}
.about-us-btn:hover{
    color: #FFC804;
    border: solid 1px #AEAEAE;
}

.md-about-section .md-about-right {
	padding-left: 0;
	padding-right: 0;
}
.md-about-right-text-all-holder {
	border-top: 3px solid #c8362c;
	background: #fff;
	max-width: 300px;
	float: right;
	margin-top: -78px;
	position: relative;
	padding: 17px 25px;
}
.md-about-right-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 31px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.md-about-right-title span {
	color: #C8362C;
}
.md-about-right-box {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}
.md-about-right-box img {
	margin-right: 7px;
}
.md-about-single-text {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #222;
}

@media all and (min-width: 768px) {
	.md-about-us-right-holder {
		position: relative;
	}
	.md-about-right-text-all-holder {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media all and (min-width: 992px) {
	.md-about-left {
		margin-bottom: 0;
	}
	.md-about-text {
		padding-right: 23px;
	}
	.md-about-section {
		position: relative;
	}
	.md-about-right {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
	.md-about-right,
	.md-about-us-right-holder,
	.md-about-us-right-holder img {
		height: 100%;
	}
	.md-about-us-right-holder > img {
		object-fit: cover;
		width: 100%;
	}
}

@media all and (min-width: 1200px) {
	.md-about-section {
		min-height: 550px;
	}
	.md-about-text {
		padding-right: 45px;
	}
}

@media all and (min-width: 1650px) {
	.md-about-section {
		min-height: 700px;
	}
	.md-about-text {
		padding-right: 65px;
	}
	.md-about-text p {
		font-size: 18px;
		line-height: 33px;
	}
	.md-about-text {
		margin-bottom: 40px;
	}
	.md-about-right-title {
		font-size: 30px;
		line-height: 40px;
	}
	.md-about-single-text {
		font-size: 16px;
		line-height: 30px;
	}
	.md-about-right-text-all-holder {
		width: 364px;
		max-width: unset;
		padding: 20px 30px 20px 35px;
	}
}