  .u-slate15Background {
    background-color: var(--gfColors-slate15);
}
h2.magnifying {
    position:relative;
}

h2.magnifying::after {
    content: "";
    width: 80px;
    height: 73px;
    position: absolute;
    left: auto;
    top: -1rem;
    background-image: url(/seminary/programs/doctoral/_assets-project-portfolio/images/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
@media(max-width:415px) {
    h2.magnifying::after {
        top:0rem;
    }
}
@media(min-width:415px) and (max-width:485px) {
    h2.magnifying::after {
       display:none;
        
    }
}

img.imgBig {
    width: clamp(350px, 45vw, 500px);
}
