@media (min-width: 1024px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}

/* Secondary Palletes*/
/*
#B02E01
#8E6A90
#006894
#0B652E
*/

.ashp-accreditation {
    position: relative; /* Ensures the ::after element is positioned relative to the h1 */
    text-align: left; /* Keeps text aligned to the left */
    margin: 20px 0; /* Adjust as needed */
}

.ashp-accreditation::after {
    content: "";
    position: absolute;
    top: -10px; /* Aligns with the top of the text */
    right: 0; /* Positions it to the far right of the h1 */
    background: url('https://vcuhspharmacyresidency.vcu.edu/index_files/ASHP-NEWLOGO.JPG') no-repeat center center;
    background-size: contain; /* Ensures the logo scales proportionally */
    width: 113px; /* Adjust the width of the logo */
    height: 79px; /* Adjust the height of the logo */
}

.sub-title {
  	font-size: 1.8rem;
    font-weight: 300;
    color: #b02e01;
    line-height: 1.5;
}

h2.section-header {
	color: #006894
}



.sop-full-width-wrapper {
    padding: 2% 4%;
    background: #f8f8f8;
}

.team-member {
	border: none;
}

.team-member p {
	margin-bottom: 0;
}














