.volsWrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.volsWrapper img{
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.ourVolunteers{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    scroll-margin-top: 150px;
}

.volBlock{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 0 10px 0;
    overflow-x: scroll;
}

.volBlock::-webkit-scrollbar{
    display: none;
}

.volCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid black;
    border-radius: 7px;
    padding: 2%;
    text-wrap: nowrap;
    word-wrap: normal;
    margin: 0 5px 0 5px;
}

.volName{
    font-weight: bold;
}


.disclaimer{
    font-weight: bold;
    color: rgb(199, 50, 50);
    margin-top: 30px;
}