﻿img {
    max-width: 100%;
}

.autor_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.autor {
    display: flex;
}

.autor img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.autor p:first-of-type {
    margin-top: 3px;
}

.autor p {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--black-color);
}

.share {
    display: block;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

p.image-undertext {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: var(--black);
}

.mb-20 {
    margin-bottom: 20px;
}

.last-news {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #cccccc;
}

.mb-30 {
    margin-bottom: 30px;
}

.hr {
    background: #ccc;
    height: 1px;
    width: 100%;
    border: none;
}

p.image-undertext {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: var(--black);
}

      li {
          padding: 10px;
      }

      p {
          padding: 10px;

          font-size: 22px;
          line-height: 32px;
          font: 20px/28px ABCText Light, Georgia, Times New Roman, serif;
          color: #000;
      }
   