.widget.c-news.c-news-template-1{
  background: #F9F9F9;
  padding: 63px 0 74px 0;
}
.widget.c-news.c-news-template-1 .widget-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.widget.c-news.c-news-template-1 [data-date=true] .widget-item-wrapper {
  padding-bottom: 77px;
}
.widget.c-news.c-news-template-1 .widget-item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #363636;
  margin: 0 0 0 22px;
  max-width: 150px;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.widget.c-news.c-news-template-1 .description-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 127px;
}

.widget.c-news.c-news-template-1 .widget-item{
  flex: 1 0 23%;
  margin: 20px 32px 0 0;
  height: 200px;
}
.widget.c-news.c-news-template-1 .widget-item:last-child{
  margin: 20px 0 0 0;
}

.widget.c-news.c-news-template-1 .detail-link{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #363636;
  text-decoration: none;
  display: flex;
  align-items: center;

  transition: color .3s ease-out;
}
.widget.c-news.c-news-template-1 .detail-link:hover{
  color: #EA8015;
}

.widget.c-news.c-news-template-1 .detail-link svg {
  background: #FFDDBE;
  width: 28px;
  height: 28px;
  padding: 10px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}

.widget.c-news.c-news-template-1 .description{
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #363636;
}

.widget.c-news.c-news-template-1 .widget-item-date {
  position: absolute;
  left: 45px;
  bottom: 45px;
  font-size: 12px;
  line-height: 12px;
  color: #898989;
}
.widget.c-news.c-news-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-news.c-news-template-1 .widget-footer-button:hover, .widget.c-news.c-news-template-1 .widget-footer-button:focus, .widget.c-news.c-news-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-news.c-news-template-1 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-1 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-1 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}

@media all and (max-width: 1250px) {
  .widget.c-news.c-news-template-1 .widget-item{
    flex: 1 1 23%;
  }
}

@media all and (max-width: 1000px) {
  .widget.c-news.c-news-template-1 .widget-items{
    flex-wrap: wrap;
  }
  .widget.c-news.c-news-template-1 .widget-item{
    flex: 1 1 40%;
  }
}

@media all and (max-width: 768px) {
  .widget.c-news.c-news-template-1 .widget-item{
    flex: 0 0 45%;
    margin: 20px 20px 0 0;
  }
}

@media all and (max-width: 550px) {
  .widget.c-news.c-news-template-1 .widget-item{
    flex: 1 0 100%;
    margin: 0 0 24px 0;
  }
  .widget.c-news.c-news-template-1 .widget-item:last-child{
    margin: 0;
  }
  .widget.c-news.c-news-template-1 .widget-item-name{
    font-size: 18px;
    max-width: none;
    margin: 0 0 0 12px;
  }
  .widget.c-news.c-news-template-1 .widget-item{
    height: auto;
  }
  .widget.c-news.c-news-template-1 .description-content{
    height: auto;
  }
  .widget.c-news.c-news-template-1 .description{
    margin: 0 0 8px 0;
  }
  .widget.c-news.c-news-template-1 .widget-item-wrapper img{
    width: 28px;
  }
  .widget.c-news.c-news-template-1 .description{

  }
  .widget.c-news.c-news-template-1 {
    padding: 14px 0 50px 0;
  }
}


/*# sourceMappingURL=style.css.map */
