.program_bottom_box {
  margin-top: 120px;
  min-height: 313px;
  background-color: #f8f9fb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #1a1a1a;
  position: relative;
}

.program_bottom_left {
  width: 30%;
}

.program_bottom_img {
  width: 245px;
  position: absolute;
  left: 8%;
  top: -20px;
}

.program_bottom_right {
  width: 60%;
}

.program_bottom_title {
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
}

.program_bottom_txt {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.program_bottom_btn {
  width: 200px;
  margin-top: 20px;
  height: 50px;
  border: solid 1px #191919;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a1a;
}

@media only screen and (max-width: 950px) {
  .program_bottom_img {
    display: none;
  }

  .program_bottom_left {
    display: none;
  }

  .program_bottom_right {
    width: 94%;
  }

  .program_bottom_box {
    padding: 50px 0;
    margin-top: 40px;
  }

  .program_bottom_title {
    font-size: 24px;
  }

  .program_bottom_txt {
    font-size: 14px;
  }

  .program_bottom_btn {
    margin: 0 auto;
    margin-top: 24px;
  }
}
