@media screen and (min-width:767px) and (max-width:799px) {
  .wrap .profile_border {
    font-size:80%;
  }
  .wrap .list_border {
    font-size:80%;
  }
  .wrap .lesson_border {
    font-size:90%;
  }
}

@media screen and (min-width:800px) and (max-width:849px) {
  .wrap .profile_border {
    font-size:84%;
  }
  .wrap .list_border {
    font-size:84%;
  }
  .wrap .lesson_border {
    font-size:92%;
  }
}

@media screen and (min-width:850px) and (max-width:899px) {
  .wrap .profile_border {
    font-size:88%;
  }
  .wrap .list_border {
    font-size:88%;
  }
  .wrap .lesson_border {
    font-size:94%;
  }
}

@media screen and (min-width:900px) and (max-width:949px) {
  .wrap .profile_border {
    font-size:92%;
  }
  .wrap .list_border {
    font-size:92%;
  }
  .wrap .lesson_border {
    font-size:96%;
  }
}

@media screen and (min-width:950px) and (max-width:1023px) {
  .wrap .profile_border {
    font-size:96%;
  }
  .wrap .list_border {
    font-size:96%;
  }
  .wrap .lesson_border {
    font-size:98%;
  }
}

@media screen and (min-device-width:1024px) {
  .wrap .profile_border {
    font-size:100%;
  }
  .wrap .list_border {
    font-size:100%;
  }
  .wrap .lesson_border {
    font-size:100%;
  }
}