body {
  font-family: "FiraGO regular";
  overflow-x: hidden !important;
  color: #000;
}

.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}

.top_section {
  padding: 30px 0;
}
.profile_title {
  font-size: 30px;
  font-family: "FiraGO bd";
}
.profile_item {
  width: 244px;
  text-align: center;
  flex-direction: column;
}
.profile_img {
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
}
.person_name {
  font-size: 14px;
  font-family: "BPG Mrgvlovani Caps 2010";
  margin-bottom: 20px;
}
.position_info {
  font-size: 12px;
  font-family: "BPG Mrgvlovani";
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.more_btn {
  margin: 0 auto;
  padding: 1rem;
  width: 240px;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #979797;
  border-radius: 0.15rem;
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.more_btn:hover {
  background-color: #ee4136;
  color: #fff;
  border: 1px solid #ee4136;
}
.personal_information {
  display: flex;
  flex-direction: column;
}
.profile_inside {
  /* border: 1px solid #cfcfcf; */
  border-radius: 5px;
  padding: 35px 45px;
}

.profile_inside_info {
  max-width: 244px;
}
.article_block {
  margin-bottom: 30px;
}
.profile_inside_info .position_info {
  text-align: center;
}
.txt_block {
  font-family: "BPG Mrgvlovani";
  color: #545454;
  line-height: normal;
}
.article_title {
  font-size: 20px;
  font-family: "FiraGO bd";
  margin-bottom: 35px;
}
.article_img {
  width: 290px;
  height: 183px;
  margin-right: 15px;
}
.sub_info {
  padding: 9px 15px;
  background-color: #e82727;
  border-radius: 2px;
  min-width: 119px;
  height: 30px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time_ {
  color: #a0a0a0;
  font-size: 10px;
  font-family: "BPG Mrgvlovani";
  margin-bottom: 30px;
}
.article_txt_block {
  width: 410px;
}
.article_info {
  font-size: 18px;
  font-family: "BPG Mrgvlovani";
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}