.companyProfileBody .comingSoon{
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;	
}

.companyProfileBody .backToHomePage{
	background: #1493BB;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 44px;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page-title{
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title-div{
	border-bottom: 1px solid #dddddd !important;
}


.page-title:after{
	content: '';
    position: absolute;
    left: 0; 
    bottom : -8px;
    height: 2px;
    width: 100%;
    background-color: #1493BB;
}

.company-vision .title{
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.company-vision .desc{
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #707070;
}

.mission-list{
	padding: 0 !important;
	margin: 0 !important;
}

.mission-list li{
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #707070;
	padding-top: 8px;
}

.company-div-style2 .title{
	font-size: 1.125rem;
	font-weight: 600;
	color: #1493BB;
	line-height: 1.688rem;
}

.company-div-style2 .desc{
	font-size: 1rem;
	font-weight: 400;
	color: #707070;
	line-height: 1.5rem;
}

.text-indent-45{
	text-indent: 45px;
}