.aboutBanner{
    width: 100%;
    padding-top: 34.4%;
    background-size: cover !important;
    background: url("../images/abt.jpg") no-repeat center;
}
.aboutImg{
    width: 98% !important;position: relative;
}
.aboutFont{
    position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;padding: 2% 0;
}
.rgba1{
    background: rgba(79,155,206,0.7);
}
.rgba2{
    background: rgba(255,194,64,0.7);
}
.rgba3{
    background: rgba(241,106,40,0.7);
}
