h1{
    text-align: center;
}
body{
    font-family:  Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";

}
.inv-row{
    margin: auto;
    width: 70%;
    height: auto;
    display: grid;
    /* gap: 20px; */
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
    
}


.inv>img{
    width: 100%;
    
    /* height: 100%; */
    border-radius: 15px;
    /* margin-bottom: 30px; */
}
#investors{
    margin: auto;
    padding: 2% 5% 5% 7%;
    display: grid;
    gap: 40px 0px;
    
    grid-template-columns: repeat(4,1fr);
}
.investor-card{
    width: 300px;
    text-align: center;
    height: auto;
    margin-right: 25px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}
.investor-img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: auto;
}
.company-logo1{
    display: block;
    margin: auto;
    width: 140px;
    height: 48px;
}

.company-logo2{
    display: block;
    margin: auto;
    width: 110.4px;
    height: 48px;
}

.company-logo3{
    display: block;
    margin: auto;
    width: 112px;
    height: 48px;
}

.investor-name{
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    margin: 0%;
    font-weight: 700;
    height: 32px;
    box-sizing: border-box;
}

.investor-post{
    padding: 0rem 0.5rem 0rem 0.5rem;
    margin: 0%;
    color: #544D4F;
    height: 24px;
    box-sizing: border-box;
}