
.about-section .sec-title{
	font-weight:600; 
	text-align:left;
	position:relative;
	padding: 0 0 1.5rem 0;
}
.about-section .sec-title:after{
	content: '';
    width: 5rem;
    height: 2px;
    border-bottom:3px solid var(--bs-theme-color);
    position: absolute;
    bottom: 0;
    left: 0; 
}

.about-section .company-pic{
	position:relative;
}
.about-section .company-pic img{ 
	max-width:100%;
	border-radius:5px;
}

.about-section .company-info{
	line-height:1.75;
}



