@media only screen and (max-width: 700px) {
  .outline7 {
    top: 500px !important;
  }

  .objective7 {
    top: 1700px !important;
  }

  .career-7 {
    top: 1900px !important;
    left: 0 !important;
  }

  .container__height {
    height: 2750px;
    top: 50px;
  }
}

@media only screen and (max-width: 530px) {
  .outline7 {
    top: 550px !important;
  }

  .objective7 {
    top: 1800px !important;
  }

  .career-7 {
    top: 2150px !important;
    left: 0 !important;
  }

  .container__height {
    height: 3000px;
  }
}
@media only screen and (max-width: 430px) {
  .outline7 {
    top: 600px !important;
  }

  .objective7 {
    top: 1900px !important;
  }
  .career-7 {
    top: 2250px !important;
  }
  .container__height {
    height: 3100px;
  }
}

@media only screen and (max-width: 330px) {
  .outline7 {
    top: 700px !important;
  }

  .objective7 {
    top: 2050px !important;
  }
  .career-7 {
    top: 2500px !important;
  }
  .container__height {
    height: 3350px;
    top: 70px;
  }
}
@media only screen and (max-width: 390px) {
  .outline7 {
    height: 1500px !important;
  }
}
