/* .header {
    background: url(../images/img-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.about-content {
    margin: 140px 0px;
    padding: 80px 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: rgb(252, 236, 236);
    box-shadow: 0 0 10px cyan;
    /* background: url(../images/img-4.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-content h1 {
    font-size: 52px;
    color: rgb(253, 37, 37);
}
.about-content h2 {
    color: blue;
}
.box {
    height: 400px;
    width: 240px;
    background-color: aqua;
    margin: 10px 4px;
}
.founder-container {
    display: flex;
    gap: 30px;
    margin-left: 40px;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
/* .cards {
    margin: 10px 4px;
    pad 
} */
.box {
    width: 97%;
}
.box img {
    width: 100%;
    height: 100%;
}
.box i {
    font-size: 268px;
    padding-top: 50px;
}
#cards-about h4 {
    color: blue;
    margin-top: 15px;
    border-bottom: 1px solid blue;
}
#cards-about {
    padding: 10px;
}
.cards:hover {
    background-color: rgb(0, 54, 54);
    color: #fff;
    transition: all .4s;
}
.founder {
    margin-top: 80px;
    width: 100%;
}
#about-cont {
    width: 100%;
    padding: 80px 10px;
}