@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.banner-news {
  height: 75vh;
  position: relative;
}
.banner-news picture {
  height: 100%;
}
.banner-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.banner-news .social-list {
  top: 60%;
  transform: translateY(-60%);
}

.about-comp {
  position: relative;
  margin-top: -9rem;
  overflow-x: hidden;
  padding-bottom: 5rem;
}
.about-comp .heading-48 {
  color: #ffffff;
}
.about-comp .swiper {
  overflow: visible;
}

@media screen and (max-width: 1440px) {
  .banner-news .social-list {
    right: 4rem;
  }
  .about-comp {
    position: relative;
    margin-top: -7rem;
    overflow-x: hidden;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .banner-news {
    height: 589px;
    margin-top: 74px;
  }
  .banner-news .social-list {
    right: 20px;
  }
  .about-comp {
    margin-top: -8rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-news {
    height: 589px;
  }
  .banner-news img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center center;
  }
  .about-comp {
    margin-top: -8rem;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=tpl-news-com.css.map */
