.alt-section  {
    max-width: 100%;
    overflow: hidden;
}
.alt-section.people-section {
    padding: 0px 16px;
}
.alt-section.people-section .people-heading {
    padding-top: 25px;
}
.alt-section .callout .column {
    flex-grow: 2;
}
.programs-image {
    border: 1px solid black;
    max-height: 500px;
}
.programs-text {
    margin: 25px;
}
.programs-text p {
    margin-left: 16px;
}
.programs-text .button-wrap {
    margin-left: 8px;
}
.programs-paragraph p {
    font-size: 1.25em;
}
.programs-text .button {
    min-width: 300px;
    margin: 0 auto;
}
.programs-image img {
    width: 100%;
    object-fit: cover;
    max-height: 498px;
}
.admissions.programs-image img {
    object-position: 0 85%;
    height:400px;
}