
.about-main {
    position: relative;
    /* height: 1429px; */
	background-color: grey;
}
.about-main-banner {
    position: relative;
    height: 730px;
    width: 100%;
    text-align: center;
    background:url(/images/about/banner.png) no-repeat;
    background-size: cover;
    background-position: right;
}
.about-main-box {
    position: absolute;
    bottom: 192px;
    width: 1300px;
    height: 273px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    background: url(/images/about/about-title.png) no-repeat;
    background-size: 648px 273px;
}
.about-center-float-title::before {
    content: 'About us';
    position: absolute;
    left: 0;
    top: 39px;
    text-transform: uppercase;
    font-size: 79px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(221,255,239);
}
.about-center-float-title {
    position: relative;
    height: 53px;
    font-size: 38px;
    color: #313332;
    /* font-weight: 700; */
    
}
.about-center-float-text {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    margin-top: 69px;
}
.about-center-float-prompt {
    font-size: 16px;
    line-height: 29px;
    color: #42a05f;
    margin-top: 60px;
}
.about-center-float-img {
    flex-shrink: 0;
    padding: 40px 50px 40px 0;
}


