.richimage {
    padding-top: 20px;
	
}
#programs {
    margin-bottom: 30px;
}

#program-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    flex: 1;
}
#program-cards .program {
    display: flex;
    flex-direction: column;
    position: relative;
}
#program-cards img {
    aspect-ratio: 2.5;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.program-name {
    padding: 15px 20px;
    color: #fff;
    background-color: #1d549b;
    font-weight: normal;
    letter-spacing: .025em;
    margin: 0;
    display: flex;
    gap: 20px;
    height: 200px;
    font-size: 18px;
}
.program a {
    text-decoration: none;
    outline: 0;
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
}

.program-name * {
    color: #fff;
}
.program a::before {
    display: block;
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    opacity: 0;
    border: 6px solid #01b2e3;
    border-radius: 10px;
    background: #01b2e330;
    transition: opacity 100ms ease-in-out;
}
.program-name .sort-program-name, .program-name small {
    z-index: 1;
    pointer-events: none;
    position: relative;
    font-weight: 500;
    vertical-align: middle;
}

.program-name * {
    color: #fff;
}
.sort-program-name {
    flex: 1;
}
.program-body {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background-color: #d3d3d3;
    height: 100%;
    border-radius: 0 0 10px 10px;
}
.program-body>* {
    margin: 0;
}
.rendering.degreelist.aof {
    padding-left: 0;
    width: 100%;
}
img.oofthecourse {
    width: 80%;
    margin-top: 22%;
}
.rendering.degreelist.aof h2 {
    color: black;
    font-weight: 600;
}
.headline-lg h1{
    color: white !important;
}
img.Aeronauticsimg2 {
    margin-top: 35%;
    width: 100%;
}
div#aeronauticalidmain {
    margin-top: 3%;
    margin-bottom: 3%;
}
@media (max-width: 1200px) {
    .rendering.degreelist.aof {
        width: 100%;
        padding-left: 50px;
    }
}
@media (max-width: 992px) {
    .rendering.degreelist.aof {
        width: 100%;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .rendering.degreelist.aof {
        width: 100%;
        padding-left: 10px;
    }
}
@media (max-width: 576px) {
    .rendering.degreelist.aof {
        width: 100%;
        padding-left: 0px;
    }
}
.news-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 3% auto 0;
}

.news-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-card h3 {
  line-height: 1.3;
  margin: 16px;
}

.news-card h3 a {
  text-decoration: none;
}

.news-card p {
  margin: 0 16px 16px;
}

.read-more {
  margin: auto 16px 16px;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}
@media (min-width: 240px) and (max-width: 599px)  {
.header-image-holder {
    padding: 0 0;
}
.header-image-holder h1 {
    margin-top: 8%;
}
img.oofthecourse {
    width: 100%;
    margin-top: 0;
}
#program-cards {
    grid-template-columns: 1fr !important;
}
}