/* ==========================================================================
    ABOUT PAGE CSS
========================================================================== */
.about {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .about__img {
        display: grid;
    }
  	.about__img img {
        height: 100% !important;
    	width: auto !important;
    	object-fit: cover;
  	}
}
@media (min-width: 1024px) and (max-width: 1100px) {
  	.about {
        grid-template-columns: auto;
    }
    #d\.en\.697503 {
        display: none;
    }
}
.about__img p {
    margin-bottom: 0;
    padding-top: 0;
}
.dean img {
    border-radius: 50rem;
  	border: 3px solid var(--vcu-gold);
}
.about-bottom h2 {
    text-align: center;
}
.about-bottom h2:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
}
.inclusive h2:before {
    content: "\e533";
}
.accred h2:before {
    content: "\f19c";
}
.strat h2:before {
    content: "\f5a0";
}
@media (min-width: 1024px) and (max-width: 1199px) {
  	.about-bottom {
        grid-template-columns: auto;
    }
}
.annual {
    text-align: center;
}
.annual p:first-of-type:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-gold);
    content:"\f08e";
    margin-right: .33rem;
}
