.research-lab-accordion {
    background-color: rgb(127, 60, 24);
    color: white;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    align-items: center;
}

.research-lab-accordion > h2 {
margin: 0 8px;
}

ul {
    list-style-type: disc;
}

/* People */
.people-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.people {
    flex: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.person {
    flex: 1;
    text-align: center;
}

#opal-gcms-instrument-right {
    padding-left: 10px;
}

/* Util */
.center-img {
    display: flex;
    justify-content: center;
}

.full-width-image {
    width: 70%;
    margin-bottom: 10px;
}
  
.partial-width-image {
    width: 48%;
    margin-bottom: 10px;
}

.small-image{
    height: 200px;
    width: 200px;
    margin-bottom: 10px;
}

p.caption {
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
    .full-width-image {
        width: 50%;
    }
}

@media screen and (max-width: 425px) {
    .center-img {
        flex-wrap: wrap;
    }

    #opal-gcms-instrument-left, #opal-gcms-instrument-right {
        width: 95%;
        padding: 5px 0;
    }
    .partial-width-image {
        width: 95%;
    }

    .full-width-image {
        width: 95%;
    }
}