.richimage {
    padding-top: 20px;
	
}
.rendering.degreelist.aof {
    padding-left: 0;
    width: 100%;
}
img.oofthecourse {
    width: 90%;
    margin-top: 22%;
}
#dicovebanner{
    background-image: url('../images/Discover Campus Workshop Facility banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 430px;
}
.rendering.degreelist.aof h2 {
    color: black;
    font-weight: 600;
}
.headline-lg h1{
    color: white !important;
}

img.Aeronauticsimg2 {
    margin-top: 35%;
    width: 100%;
}

.slick-dots li button:before {
    font-size: 16px !important;
    opacity: 1 !important;
    color: #0062b3 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #0062b3 !important;
}
li.slick-active {
    background: #0062b3;
    width: 75px !important;
    border-radius: 50px;
}
.slick-dots {
    bottom: -50px !important;
}
@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%;
    color: #0062b3 !important;
}
}