.home_main_right .title_home_right {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 1rem;
}

.home_main_right .home_list_fonts {
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #dedede;
  margin-bottom: 1.5rem;
}

.home_main_right .home_list_fonts .home_item_font {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #dedede;
  display: block;
  margin-bottom: 1rem;
}

.home_main_right .home_list_fonts .home_item_font:last-child {
  margin-bottom: 0;
}

.home_main_right .home_list_fonts .home_item_font .img_box {
  width: 100%;
  height: 30px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.home_main_right .home_list_fonts .home_item_font .img_box img {
  height: 100%;
}

.home_main_right .home_list_fonts .home_item_font .name_font {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.41px;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.home_main_right .home_list_fonts .home_item_font .summary_font {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home_main_right .home_list_cat {
  padding: 16px 12px;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}

.home_main_right .home_list_cat .home_item_cat {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline !important;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #dedede;
  display: block;
  margin-bottom: 1rem;
}

.home_main_right .home_list_cat .home_item_cat:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=block_right_default.css.map */