@media (min-width: 1260px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 991px) {
  .profile_item {
    width: 100%;
    text-align: start;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
  }
  .profile_item {
    flex-direction: initial;
  }
  .profile_img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .personal_information {
    width: 80%;
  }
  .profile_inside {
    padding: 20px;
  }
  .article_info {
    font-size: 14px;
  }

  .article_img {
    width: 240px;
    height: 140px;
  }
  .article_txt_block {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .profile_img {
    width: 80px;
    height: 80px;
  }
}
