/*
 *  Fonts
 *//*
 *  Colors
 *//*
	*  Template Colors
	*//*
	* Animation Effect
	*/[class^='icon-'],[class*=' icon-'] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'polarygroup' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\e902';
}

.icon-instagram:before {
  content: '\e903';
}

.icon-linkedin:before {
  content: '\e904';
}

.icon-twitter:before {
  content: '\e905';
}

.icon-youtube:before {
  content: '\e906';
}

.icon-left:before {
  content: '\e900';
}

.icon-right:before {
  content: '\e901';
}

.news__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.news__banner {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news__banner .news__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
}

.news__banner__title {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  color: #ffffff;
}

.news__content {
  min-height: 40vh;
}

@font-face {
  font-family:'polarygroup';src:url("../font/icon/polarygroup.eot?cgsnct");src:url("../font/icon/polarygroup.eot?cgsnct#iefix") format("embedded-opentype"), url("../font/icon/polarygroup.woff?cgsnct") format("woff"), url("../font/icon/polarygroup.svg?cgsnct#polarygroup") format("svg");font-weight:normal;font-style:normal;
}

/*# sourceMappingURL=news.css.map */
