.startup{
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}
.startup img{
    max-height: 150px;
    width: auto;
}
.startup-social{
    display: flex;
    flex-direction: row;
    list-style: none;
    color: var(--theme-white);
    margin:20px;
    padding-left: 0;
}
.startup-social li{
    margin: 0 20px;
}
#associates{
    background-color: var(--theme-darker-blue);
    /* height: 100vh; */
}

.associates-social{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    list-style: none;
    color: var(--theme-white);
    margin-top: 20px;
    padding-left: 0;
}
.associates-social li{
    margin: 0 20px;
}
.associate-img-box{
    min-height: 250px;
    /* min-width: 250px; */ 
    box-shadow: inset 0 0 20px #fff;
}

@media (min-width:768px) {
    #associates .container-md .row:nth-child(even){
        flex-direction: row-reverse;
    }
}


