.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #b7bfd3;
}
.iconTitle .youtube .icon {
  width: 35px;
  height: 35px;
}
.iconTitle .youtube .icon path {
  fill: #b7bfd3;
}
.iconTitle .tiktok .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .tiktok .icon path {
  fill: #b7bfd3;
}
.iconTitle .instagram .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .instagram .icon path {
  fill: #b7bfd3;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #b7bfd3;
}
.iconTitle .facebook .icon {
  width: 29px;
  height: 29px;
}
.iconTitle .facebook .icon path {
  fill: #b7bfd3;
}
.site-header .container {
  height: 95px;
}
.site-header .container .logo {
  padding: 10px;
}
.site-header .container .logo img {
  width: 100px;
}
@media (max-width: 860px) {
  .site-nav {
    inset: 95px 0 auto 0;
  }
}
/*# sourceMappingURL=style.css.map */