/*  /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 {
	    border: 0.25rem solid #232D4B;
}

.hb-v1, .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;
    position: relative;
}
.research-services-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 325px;
    height: 100%;
}
.research-services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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 2.2rem;
    gap: 2rem;
    padding-right: 2rem;
}
.research-services-contents ul li {
    line-height: 1.1;
}
.research-services-contents div:last-of-type a {
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    content: url(https://library.virginia.edu/themes/uvalib-drupal-theme/assets/svg-icons/color/circle-arrow-right-link.svg);
}