.digdata_background {
    background-color: #00f;
}

.digdata_foreground {
    color: #00f;
}

.default_font {
    font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.volunteer_note {
    vertical-align: top;
    width: 240px;
    height: 240px;
    text-align: center;
    padding: 10px 10px 0 10px;
    border-radius: 20px !important;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px !important;
}

.volunteer_note h2,
.volunteer_note h3 {
        color: #fff;
        font-family: "Poppins", sans-serif !important;
  margin-top: clamp(8px, 1.0vw, 17px);

  line-height: 1.2;

}

.volunteer_note h2 {
    height: 75px;
  font-size: 115%;
  font-weight: 500 !important;
    padding-bottom: 12px;
}

.volunteer_note h3 {
    font-weight: 300 !important;
    font-size: 87%;
}