.items-list {
  width: 50%;
  height: 298px;
  font-size: 40px;
  color: #fff;
  float: left;
  margin-bottom: 10px; }

.items-list-img {
  width: 324px;
  height: 162px;
  object-fit: cover; }

.items-body {
  width: 324px;
  height: 100px;
  padding-top: 13px; }

.items-list-title {
  font-size: 21px;
  color: #111;
  font-weight: 500;
  line-height: 25px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  text-decoration: none !important; }

.items-list:hover .items-list-title {
  color: #008d7f; }

.items-list:hover a {
  text-decoration: none !important; }

.items-list-description {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 13px;
  color: #777;
  font-family: open sans,arial,sans-serif;
  margin-top: -10px; }

.items-list-createdAt {
  margin-top: -10px; }

.full-tag {
  margin-bottom: 20px; }

.items-tag {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 600;
  color: #40454d;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

.navigation {
  font-family: open sans,arial,sans-serif;
  font-size: 12px;
  color: #c3c3c3;
  line-height: 18px; }

@media only screen and (max-width: 46.1875em) {
  .all-items {
    display: flex;
    flex-direction: column; }
  .items-list {
    width: 100%;
    height: 100%; }
  .items-list-img {
    width: 95%;
    height: 45%; }
  .items-body {
    width: 95%;
    height: 55%; }
  .items-list-title {
    font-size: 25px;
    line-height: 30px; }
  .many-list-items .row {
    display: flex;
    flex-direction: column; }
  .items-list-description {
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 14px;
    color: #777;
    font-family: open sans,arial,sans-serif;
    margin-top: -10px; }
  .items-list-createdAt {
    margin-top: -10px;
    font-size: 15px; } }

@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .all-items {
    display: flex;
    flex-direction: column; }
  .items-list {
    width: 100%;
    height: 100%; }
  .items-list-img {
    width: 100%;
    height: 65%; }
  .items-body {
    width: 100%;
    height: 35%; }
  .items-list-title {
    font-size: 30px;
    line-height: 33px; }
  .many-list-items .row {
    display: flex;
    flex-direction: column; }
  .items-list-description {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 17px;
    color: #777;
    font-family: open sans,arial,sans-serif;
    margin-top: -10px; }
  .items-list-createdAt {
    margin-top: -10px;
    font-size: 15px; } }
