.immigration_header .visitor_visa {
  background-image: url(../images/other-visa/visitor-visa-bg.webp);
}

.immigration_header .dependent-visa {
  background-image: url(../images/other-visa/dependent-visa-bg.webp);
}

.student_visa_content
  .student_visa_content_right
  .ee_program
  .ee_program_img_content
  .ee_program_content
  p
  span {
  color: var(--secondary-color);
  font-weight: 700;
}

.student_visa_content
  .student_visa_content_right
  .ee_program
  .ee_program_img_content
  .ee_program_content
  .title {
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}

.ee_program .ee_program_title.visitor_title .title-border h5 {
  width: 85%;
}
.ee_program .ee_program_title.dependant_title .title-border h5 {
  width: 94%;
}



@media (max-width: 1400px) {
  .ee_program .ee_program_title.visitor_title .title-border h5 {
    width: 97%;
  }
}

