.contentContainer{
    width: 100%; 
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../images/light-bulb-4514505_1920.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.textContainer{
    background-color: rgba(12, 11, 11, 0.582);
    width: 90%;
    margin-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.text{
    width: 90%;
    margin-left: 5%;
    color: blanchedalmond;
    text-align: center;
    line-height: 10px;
}

/* about us page */

.description-about-us{
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.image-description{
    padding-right: 20px;
    text-align: center;
}

.about-image{
    padding-top: 5px;
    width: 15vw;
    height: auto;
}

.our-description{
    padding-top: 40px;
}

.blog-card{
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}
.blog-heading h2{
    font-weight: 900;
}