.channel-announces {
  padding: 20px 0; }
  .channel-announces__container {
    margin: 20px auto; }
  .channel-announces__item {
    margin: 40px 0;
    display: flex; }
  .channel-announces__image {
    padding: 0 30px 0 0; }
  .channel-announces__texts {
    font-family: 'IBM Plex Sans'; }
  .channel-announces__date {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    line-height: 20px; }
    .channel-announces__date:hover {
      color: #333;
      text-decoration: none; }
  .channel-announces__title {
    display: block;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 26px; }
    .channel-announces__title:hover {
      color: #333;
      text-decoration: none; }
  .channel-announces__text {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    line-height: 22px; }
    .channel-announces__text:hover {
      color: #333;
      text-decoration: none; }
