.homeContainer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: "center";
}
.gradient2 {
    background-image: linear-gradient(to right, #00007b, white);
}
.gradient1 {
    background-image: linear-gradient(to right, white, #00007b);
}

.about {
    background-color: #00007b;
    background-position: "center";
}

.about h4{
    padding: 100px;

    color: rgb(233, 233, 233);
    font-weight: 600;
    font-size: 3rem;

    text-align: center;
}

.gradient2 h4 {
    color: rgb(233, 233, 233);
    font-weight: 600;
    font-size: 2rem;
}

.gradient1 h4{
    color: rgb(233, 233, 233);
    font-weight: 600;
    font-size: 2rem;
}

.client-primary {
    background-color: #1c1c6c;
}
.client-secondary {
    background-color: #f4eb0b;
}
.client-tertiary {
    background-color: #f4ee9e;
}



