.HeroSection-background {
    background-image: url(../HeroSection-bg-image.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.GlobalScale-background-one {
    background-image: url(../GlobalScale-bg-Image-one.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.GlobalScale-background-two {
    background-image: url(../GlobalScale-bg-Image-two.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.GlobalScale-background-three {
    background-image: url(../GlobalScale-bg-Image-three.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.GlobalScale-background-four {
    background-image: url(../GlobalScale-bg-Image-four.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.GlobalScale-background-five {
    background-image: url(../GlobalScale-bg-Image-five.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Footer-background {
    background-image: url(../Footer-bg-image.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Page-background {
    background-image: url(../Page-bg-image.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Services-card-background {
    background-image: url(../Serives-card-bg-image.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Company-card-background {
    background-image: url(../Company-card-bg-image.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Gssa-card-background {
    background-image: url(../Gssa-card-bg-image.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Services-os-background {
    background-image: url(../Serives-os-bg-image.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}