*{
    margin: 0;
    padding: 0;
}
#hd1{
    margin-top: 30px;
    margin-bottom: 50px;
}
.whatwedo{
    margin-bottom: 20px;
    font-size: 20px;
    margin-left: 30px;
}
.founder{
    font-size: 20px;
    margin-left: 30px;
}
#contain{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.child1{
    margin-bottom: 30px;
}
.mission{
    text-align: end;
}
.vision{
    text-align: end;
}
.teampic{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.picture{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .picture{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .picture{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }
}
.profile1{
    text-align: center;
    margin-bottom: 30px;
}
#reachus{
    margin-bottom: 50px;
}
.connect{
    margin-left: 50px;
    margin-bottom: 30px;
}
#facebook{
    margin: 15px 20px;
    text-decoration: none;
    color: black;
}
#whatsapp{
    margin: 15px 20px;
    text-decoration: none;
    color: black;
}
#instagram{
    margin: 15px 20px;
    text-decoration: none;
    color: black;
}
#socials{
    width: 300px;
    text-align: center;

}
.mailus{
    font-weight: bold;
    font-size: 15px;
    font-family: cursive;
    color: black;
    margin-left: 90px;
    letter-spacing: 4px;
    text-decoration: none;
}
.whattheysay{
    text-align: center;
    margin-bottom: 30px;
}
#productreview1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
#productreview2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
#end{
    text-align: center;
    margin-bottom: 50px;
    font-family: cursive;
    font-size: 30px;
}
.below{
    background-color: rgb(92, 84, 84);
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
    font-size: 25px;
}
#instagram2{
    color: rgb(207, 200, 200);
    margin-right: 10px;
    text-decoration: none;
    
}
.geb{
    color: rgb(207, 200, 200);
}
.belowabout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lastpage{
    background-color: black;
    color: white;
    height: 700px;
}
.bran{
    text-align: center;
    margin-bottom: 30px;
}
.mbt{
    margin-top: 50px;
    margin-bottom: 50px;
}
#facebook1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#whatsapp1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#instagram1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
.typeoflist{
    list-style-type: none;
    margin-bottom: 30px;
}
.ste{
    color: white;
    text-decoration: none;
    margin-bottom: 50px;
}
.ste1{
    margin-bottom: 20px;
}
@media (max-height: 768px) {
    .lastpage{
        height: 100%;
    }
}
@media (max-height: 460px) {
    .lastpage{
        height: 100%;
    }
}
#builder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site{
    font-size: 20px;
}
.Gil{
    margin-left: 10px;
    line-height: 25px;
}