.sub-container{
    padding: 0 120px;
}
.text-green{
    color: #80B528;
}
.text-darkblue{
    color: #252E4C;;
}
.fs-24{
    font-size: 24px;
}
.sub-header{
    margin-top: 75px;
}
.sub-header p{
    font-size: 18px;
    color: #2C2C2C;
}
.h1title{
    font-size: 48px;
    letter-spacing: -0.1px;
    color: #252E4C;
}
.page-detail-item p {
    letter-spacing: -0.43px;
}
.about-bg{
    height: 540px;
    background: transparent url('../img/gradient-bg-1.png') 0% 0% no-repeat padding-box;
}
.about-bg-img{
    position: absolute;
    width: 300px;
    left: -100px;
    bottom: 0;
}