/**
* @helpers
*/
@media (min-width: 230px) {
  .news__global {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__global .news__box {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .news__global .news__box .frame {
    padding-top: 58.82353%;
  }
  .news__global .news__box .news__time {
    color: #fff;
    font-size: 1.9rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.4rem 2rem;
    position: absolute;
    bottom: 1.5rem;
    z-index: 2;
    background-color: rgba(0, 98, 51, 0.8);
  }
  .news__global .news__content {
    flex: 1;
    padding: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__global .news__content .news__title {
    margin-bottom: 0;
  }
  .news__global .news__content .news__title a {
    color: #109b58;
    text-transform: uppercase;
    font-size: 1.5rem;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 2;
    max-height: -webkit-calc(24px * 2);
    max-height: -moz-calc(24px * 2);
    max-height: calc(24px * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
  }
  .news__global .news__content .news__time {
    display: block;
    margin: 1.5rem 0;
    margin-top: auto;
    color: #7e7e7e;
    font-family: "googlesans-regular";
  }
  .news__global .news__content .news__desc {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 3;
    max-height: -webkit-calc(24px * 3);
    max-height: -moz-calc(24px * 3);
    max-height: calc(24px * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: "googlesans-regular";
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .news__global .news__content {
    padding: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__global .news__content .news__title a {
    font-size: 2.2rem;
    line-height: 3.3rem;
    max-height: -webkit-calc(3.3rem * 3);
    max-height: -moz-calc(3.3rem * 3);
    max-height: calc(3.3rem * 3);
  }
  .news__global .news__content .news__time {
    font-size: 1.6rem;
  }
  .news__global .news__content .news__desc {
    font-size: 1.8rem;
  }
}
