.about-banner-bag-deco{
    background-image: url(../images/about-banner-img.png);
}



.about-banner-text-decoration {
    color: white;
    font-size: 25px;
    font-weight: 400;
}
.our-journey-side-img {
    background-image: url(../images/our-journey-img.png);
    height: 300px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;

}
.journey-h1-deco{
    font-size: 40px;
    font-weight: 600;
    padding-left: 15px;

}

.journey-p-text-deco
{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;


}


.Empowering-side-img
{
    background-image: url(../images/empowering-tec-img.png);

    height: 340px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;

}
.empowering-h1-deco{
    font-size: 40px;
    font-weight: 600;
    padding-right: 25px;
}

.empowering-p-text-deco{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    padding-right: 25px;
}
.key-feature-text-deco{
    padding-right: 8px;
    padding-left: 25px;
}
.key-feature-h4-text{
    color:#F76A2A;
}
.why-choose-side-bag-img{
    background-image: url(../images/why-choose-side-img.png);
    height: 400px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.why-choose-h1-text-deco{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding-left: 15px;
}
.why-choose-all-text-deco{

    padding-left: 25px;
}
.why-choose-h4-text{
    color:#F76A2A;
    font-size: 22px;
    font-weight: 400;
}
.road-ahead-side-img
{
    background-image: url(../images/road-ahead-img.png);
    height: 400px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.the-road-h1-deco{
    font-size: 35px;
    font-weight: 600;
    padding-right: 45px;

}
.the-road-p-text-deco{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    padding-right: 45px;
}
