  #other-resources_component .sideBySide-image {
background-position-x: 20%;
}
#current-student_component p {
    margin:.5em 0;
    
}
@media(min-width:374px) {
#das-index .button {
    min-width:333px;
}
}
#das-index .staffList-person {
    margin: 2rem 0;
}
.slate-bg {
	 background-color: var(--gfColors-slate15);
	 padding: 1rem 2rem;
}
.slate-border {
    border: 2px solid var(--gfColors-slate45);
	 padding: 1rem 2rem;
}
#academicResources img {
    width: clamp(400px, 45vw, 500px);
}
@media(max-width: 575.98px) {
#current-student_component {
    margin-bottom:5em;
}
}