#become-a-teacher-header {
  background-image: url("/sites/default/files/assets/What does it take to become a teacher_/become_a_teacher_banner_img.jpg");
  background-position-y: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  #become-a-teacher-header {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
body {
    font-family: Arial, sans-serif;
    color: #475e6a;
}
    */
.certification-route {
  padding: 50px 0;
}

.certification-route h2 {
  margin-bottom: 30px;
}

.certification-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Grid Layout for Medium Screens (Tablet) */
@media (max-width: 991px) {
  .certification-grid {
    grid-template-columns: 1fr;
  }
}
/* Grid Layout for Small Screens (Mobile) */
@media (max-width: 767px) {
  .certification-grid {
    grid-template-columns: 1fr;
  }
  .grid-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .icon-container {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#certified-programs-header {
  background-image: url("/sites/default/files/images/pexels-airamdphoto-21858658.jpg");
  background-size: cover;
  background-position-y: 60%;
  padding: 2em;
  max-width: none;
}

#certified-programs {
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-item {
  display: flex;
  align-items: start;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin-right: 2rem;
}

.step-icon {
  width: 96px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-body {
  text-align: left;
}

.text-body h3 {
  font-size: 24px;
  color: #2d6674;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-body p {
  font-size: 18px;
  line-height: 1.5;
  color: #4a5e6b;
}

.learn-more {
  background: transparent;
  color: #2d6674;
  border: 1px solid #2d6674;
  padding: 10px 20px;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 30px;
}

.learn-more:hover {
  background-color: #f0f0f0;
}

.colleges-box {
  background-color: rgba(255, 255, 255, 0.7);
  border: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  width: 200px;
  height: 200px;
  margin: 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.colleges-box img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 150px;
  max-height: 100px;
  height: auto;
  justify-self: center;
}

.colleges-box a {
  align-self: center;
}

.college_row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

.double_img {
  width: 40%;
  margin: 7% 4% 4% 4%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .double_img {
    width: 90%;
  }
}
.double_img div {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 2em;
}

.double_img a img:hover {
  transform: scale(1.1);
}

.double_img a img {
  width: 100%;
  transition: 0.2s all ease-in-out;
  padding: 0;
  height: auto;
}

.double_img h3 {
  text-align: center;
}

.double_img a {
  color: inherit;
}

.double_img a:hover {
  color: inherit;
  text-decoration: none;
}
