.aboutus-section {
    padding: 80px 0px 80px 0px;
    position: relative;
    height: 400px;
}
.image-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cc;
    top: 0;
    bottom: 0;
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
    padding:102px 15px;
}
.aboutus-section h2{
    margin:0 0 15px;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.aboutus-section h2:after{
	background: #ff4e00;
    width: 60px;
    height: 2px;
    content: '';
    display: block;
    margin: 5px auto;
}
.aboutus-section .aboutus-section-main h4{
	color: #f1f1f1;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.aboutus-section .aboutus-section-main p{
	color: #f1f1f1;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.about-read-more{
	background: #ff4e00;
    border: 2px solid transparent;
    border-radius: 51px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 13px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 170px;
    text-align: center;
}
.about-read-more:hover{
    color: #fff;
    border:2px solid #ff4e00;
    background: transparent;
}