.advices__item-top {
  border-bottom: 1px solid #D0D0D0;
  padding: 45px 0 22px; }
  .advices__item-top a.advices__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #25282E;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-decoration: inherit;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
    transition: 0.5s;
    position: absolute;
    bottom: 0; }

.advices__name-block {
  position: relative;
  height: 44px;
  margin-top: 22px; }

.advices__photo {
  width: 359px;
  height: 218px; }
  .advices__photo a {
    width: 100%;
    height: 100%;
    display: block; }

.advices__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.advices__item-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .advices__item-bottom p {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #898989;
    margin-top: -2px;
    margin-right: 10px; }
    .advices__item-bottom p:last-child {
      font-size: 11px;
      line-height: 13px;
      margin-top: 0;
      margin-right: 0; }

.advices__item {
  width: 359px;
  margin-bottom: 86px; }
  @media (max-width: 2500.98px) and (min-width: 1199.98px) {
    .advices__item:hover a.advices__name {
      color: #e60003; } }

@media (max-width: 1199.98px) {
  .advices__item, .advices__photo {
    width: 311px; } }

@media (max-width: 1023.98px) {
  .advices__item {
    width: 46%; }
  .advices__photo {
    width: 100%; } }

@media (max-width: 767.98px) {
  .advices__item-top {
    padding: 15px 0 22px; } }

@media (max-width: 576.98px) {
  .advices__item-top a.advices__name {
    font-size: 18px;
    line-height: 22px; }
  .advices__item-top a.advices__name {
    position: relative; }
  .advices__name-block {
    position: relative;
    height: 100%; }
  .blog-content__top-right {
    height: auto; } }
