/*  /services/research page  */
.hb-v1 h3, .hb-v2 h3 {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  margin-top: 0;
}

.hb-v1 {
	background-color: #e6f2f7;
}
/*$uva-blue-alt-400*/

.hb-v2 {
	background-color: #BFE7F7;
}
/*$uva-blue-alt-300*/

.hb-v1, .hb-v2, .hb-3 {
  border-left: 1px solid #DADADA !important;
	text-align: center;
}

.hb-v3 {
	background-color: white;
  border-top: 0.25rem solid #E57200 !important;
  border-left: 1px solid #DADADA !important;
  padding: 2.5rem;
}


.research-services-block {
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    border: 1px solid #DADADA;
}
.research-services-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 325px;
    height: 257px;
}
.research-services-frame {
    display: grid;
    grid-template-rows: 4rem 1fr;
}    
.research-services-title {
    align-self: center;
}
.research-services-contents {
    display: grid;
    grid-template-columns: 1fr 1fr 2.2rem;
    gap: 2rem;
    padding-right: 2rem;
}
.research-services-contents div:last-of-type a {
    width: 2rem;
    height: 2rem;
    align-self: end;
    justify-self: end;
    content: url(https://library.virginia.edu/themes/uvalib-drupal-theme/assets/svg-icons/color/circle-arrow-right-link.svg);
}