#rds-container{
    width: 17.75rem;
    padding: 0;
}
#rds-text-container{
    width: 100%;
}
#rds-text-container h1{
    font-family: Barlow;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.7rem;
    text-align: center;
    color: var(--lightnavy1000);
    padding-bottom: .5rem;
    border-bottom: 0.125rem solid #000000;
    margin: 2.5rem auto;
}
#rds-text-container p{
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.067rem;
    text-align: center;
    color: var(--darkpurple);
    margin: 2.5rem auto;
}
#rds-member-container{
    width: 76%;
    margin: 0 auto;
}

.rds-member-pic{
    width: 100%;
}
.member-name{
    font-family: Barlow;
    font-size: 1.266rem;
    font-weight: 700;
    line-height: 1.519rem;
    text-align: center;
    color: var(--lightnavy800);
    padding-top: 1rem;
}
.member-title{
    font-family: Montserrat;
    font-size: 1.034remx;
    font-weight: 400;
    line-height: 1.261rem;
    text-align: center;
    color: var(--darkpurple);
    margin-bottom: 2.5rem;
}

@media only screen and (min-width:576px) {
    #rds-container{
        width: 29.125rem;
    }
    #rds-text-container h1{
        width: 18rem;
    }
    #rds-member-container{
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    #rds-container{
        width: 44.625rem;
    }
    #rds-text-container h1{
        width: 20.5rem;
    }
    #rds-text-container h1{
        font-size: 2.625rem;
        line-height: 3.15rem;
    }

}
@media only screen and (min-width:992px) {
    #rds-container{
    width: 47.625rem;
    }
    #rds-text-container{
        width: 100%;
    }
    #rds-member-container{
        width: 93.7%;
    }
}
@media only screen and (min-width:1200px) {
    #rds-text-container h1{
        font-size: 3rem;
        line-height: 3.6rem;
        width: 23.5rem;
    }
    #rds-text-container p{
        font-size: 1rem;
        line-height: 1.219rem;
    }
    .member-name{
        font-size: 1.517rem;
        line-height: 1.821rem;
    }
    .member-title{
        font-size: 1.24rem;
        line-height: 1.512rem;
    }
    #rds-container{
        width: 54.375rem;
        }
    #rds-text-container{
        width: 100%;
    }
    #rds-member-container{
        width: 97.2%;
    }
}
@media only screen and (min-width:1400px) {
    #rds-container {
        width: 71.125rem;
    }
    #rds-text-container h1 {
        font-size: 3.75rem;
        line-height: 4.5rem;
        width: 55rem;
    }
    #rds-text-container p {
        font-size: 1.25rem;
        line-height: 1.524rem;
    }
    .member-name {
        font-size: 1.517rem;
        line-height: 1.821rem;
    }
}