.section_header {
	margin-top: 130px;
}

.section_header h1 {
	width: 100%;
	display: table;
	text-align: center;
	color: var(--color-white);
	margin-bottom: 77px;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_header h1 {
		font-size: 24px;
		font-family: 'Lato';
		margin-bottom: 49px;
		font-weight: 900;
	}
}

.section_about {
    background:var(--base-bg-color);
    padding: 80px 0px 100px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_about {
		background: var(--base-bg-color);
		padding: 30px 0px 60px;
		color: var(--color-white);
		font-size: 16px;
		line-height: 26px;
		font-family: 'Lato';
	}
}

.about__top {
	display: table;
	width: 100%;
	padding-bottom: 88px;
}

@media screen and (max-width: 991px) {
	.about__top {
		padding-bottom: 40px;
	}
}

.about__top--left {
	float: left;
	width: 410px;
}

.about__top--left h2 {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Lato';
	margin-top: 0px;
	font-weight: 900;
	line-height: 43.2px;
	letter-spacing: 0.2em;
}

.about__top--left h3 {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Lato';
	margin-top: 0px;
	font-weight: 900;
	line-height: 43.2px;
}

.about__top--left span {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lato';
	color: #A19E9E;
}

.about__top--right {
	float: left;
	width: calc(100% - 410px);
	padding-left: 108px;
	font-size: 16px;
	color: #A19E9E;
	font-family: Lato;
	font-weight: 400;
	line-height: 28.8px;
}

.about__top--right b {
	color: #FFF;
}

@media screen and (max-width: 991px) {
	.about__top--left {
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
	}
	
	.about__top--right {
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
}

.about__middle {

}

.about__middle img {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

.about__bottom {
	padding-top: 80px;
	position: relative;
}
            
@media screen and (max-width: 991px) {
	.about__bottom {
		padding-top: 40px;
	}
}

.about__bottom::after {
	content: '';
	background: url(/images/about-us/hand.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 80px;
	right: 0px;
	width: 452px;
	height: 402px;
}

@media screen and (max-width: 1199px) {
	.about__bottom::after {
		content: '';
		background: url(/images/about-us/hand.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 80px;
		right: 0px;
		width: 300px;
		height: 200px;
	}
}

@media screen and (max-width: 991px) {
	.about__bottom::after {
		content: '';
		display: none;
	}
}

.about__bottom__box {
	max-width: 623px;
	width: 100%;
}

.about__bottom__box h3 {
	font-size: 16px;
	font-family: 'Lato';
	font-weight: 800;
}

.about__bottom__box span {
	color: #A19E9E;
	font-size: 16px;
	font-family: 'Lato';
	margin-bottom: 50px;
	display: table;
	width: 100%;
}

.about__bottom__box label {
	font-size: 16px;
	font-family: 'Lato';
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.about__bottom__box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.about__bottom__box ul li {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px;
	position: relative;
	font-size: 16px;
	font-family: 'Lato';
}

.about__bottom__box ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #E46B96 -1.61%, #FF5089 38.65%, #ED488A 71.68%, #D73E8C 101.61%);
	border-radius: 25px;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 991px) {
	.about__top--left h2 {
		font-size: 24px;
		line-height: 28.8px;
	}	
	
	.about__top--left h3 {
		font-size: 24px;
		line-height: 28.8px;
	}
	
	.about__bottom__box h3 {
		margin: 0px;
	}
	
	.about__bottom__box span {
		margin-bottom: 20px;
	}
}
