.about{
	width: 100%;
	min-height: 1200px;
	height: auto;
	background-color: #F2F3F7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	font-family: Arial;
	margin-top: 50px;
}



.block-title{
	width: 100%;
	margin-bottom: 20px;
}
.block-title > p{
	width: 95%;
	float: right;
	margin: 0 0;
	padding: 0 0;
	color: #0E2B5E;
}


.block-ad{
	width: 80%;
	background-color: #fff;
	height: 100px;
	margin-bottom: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.block-ad-title{
	width: 70%;
	font-size: 18px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 15px;
	color: #5C5C5C;
}

.block-ad-telegram__container{
	width: 300px;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.block-ad-telegram{
	width: 80%;
	height: 20%;
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-radius: 40px;
	background-color: #53AFDF;
	cursor: pointer;
}
.telegram-logo__container{
	width: 10%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.telegram-logo__container > img{
	border-radius: 100%;
}
.telegram-logo-title{
	width: 80%;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}



.block-content{
	width: 80%;
	min-height: 1300px;
	height: auto;
	background-color: #fff;
	height: 500px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.block-content-header__container{
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(184, 184, 184, 1.0);
	
}
.block-content-header-text-first{
	width: 100%;
	height: 50px;
	text-align: center;
	color: #5C5C5C;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.block-content-header-text-second{
	width: 100%;
	height: 25px;
	font-size: 15px;
	text-align: center;
	color: #5C5C5C;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-weight: bold;
}

.block-content__container{
	margin-top: 100px;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.block-content-design__container{
	width: 90%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.block-content-design-one__container{
	width: 50%;
	height: 250px;
	background-color: #F7EDE3;
}
.block-content-design-one__container > p{
	color: #5C5C5C;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
}

.block-content-design-two__container{
	width: 50%;
	height: 400px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
}
.block-content-design-two__container > img{
	width: 310px;
	height: 400px;
	border-radius: 20px;
	object-fit: cover;
}


.block-content-furniture__container{
	margin-top: 50px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.block-content-furniture-one__container{
	width: 50%;
	height: 400px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
}

.block-content-furniture-one__container > img{
	width: 310px;
	height: 400px;
	border-radius: 20px;
	object-fit: cover;
}


.block-content-furniture-two__container{
	width: 50%;
	height: 250px;
	background-color: #F2F3F7;
}

.block-content-furniture-two__container > p{
	color: #5C5C5C;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
}
