@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
    .recruit_top .p_point h3{
      max-height: 100%;
      margin-top: 30px;
      font-weight: bold;
      font-size: 26px;
    }
    .p_point p{
        line-height: 1.5;
        font-size: 22px;
        max-height: 100%;
    }
}
