.apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 100px;
}

.apply_left p:nth-child(1) {
  font-weight: 400;
  font-size: 32px;
}

.apply_left h1 {
  font-weight: 700;
  font-size: 64px;
  color: #1b1aff;
}

.apply_left h1 span {
  color: #0b1b35;
}

.apply_left p:nth-child(3) {
  font-weight: 400;
  font-size: 22px;
  max-width: 500px;
  width: 100%;
  margin-bottom: 16px;
}

.apply_left button {
  background-color: #0540f2;
  color: #fff;
  padding: 12px 33px;
  border: none;
  border-radius: 11px;
  font-size: 18px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.apply_right img {
  margin-right: -50px;
}

@media (max-width: 480px) {
  .apply {
    justify-content: center;
  }
  .apply_left p:nth-child(1) {
    font-size: 20px;
  }
  .apply_left {
    text-align: center;
  }
  .apply_left h1 {
    font-size: 40px;
  }
  .apply_left p:nth-child(3) {
    font-size: 16px;
    max-width: 100%;
  }
  .apply_right {
    display: none;
   }
}

@media (min-width: 481px) and (max-width: 768px) {
  .apply {
    justify-content: center;
  }
  .apply_left p:nth-child(1) {
    font-size: 24px;
  }
  .apply_left {
    text-align: center;
  }
  .apply_left h1 {
    font-size: 48px;
  }
  .apply_left p:nth-child(3) {
    font-size: 18px;
    max-width: 540px;
  }
  .apply_right {
   display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .apply_left p:nth-child(1) {
    font-size: 20px;
  }

  .apply_left h1 {
    font-size: 46px;
  }

  .apply_left p:nth-child(3) {
    font-size: 18px;
  }

  .apply_right img {
   max-width: 100%;
   height: auto;
  }

  .apply_left button {
    padding: 10px 30px;
    font-size: 16px;
  }
  
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .apply_left p:nth-child(1) {
    font-size: 30px;
  }

  .apply_left h1 {
    font-size: 60px;
  }
  .apply_left p:nth-child(3) {
    font-size: 21px;
  }
  .apply_right img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .apply_right img {
    max-width: 100%;
    height: auto;
    margin-right: -30px;
  }
}