.SmallTopicHeader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 20px 0 0;
  background-color: #eaf6e9;
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}@media screen and (min-width: 850px) {.SmallTopicHeader {
    flex-direction: row;
    padding: 20px 0 30px;
}
  }.SmallTopicHeader {

  .Search-input {
    background-color: #eaf6e9;
  }
}

.SmallTopicHeader-left {
  display: flex;
  flex: 5;
  align-items: center;
  justify-content: left;
}

@media screen and (max-width: 850px) {

.SmallTopicHeader-left {
    margin-bottom: 48px;
    margin-left: 80px;
}

    .SmallTopicHeader-left img {
      max-width: calc(300px - 60px);
    }
  }

@media screen and (min-width: 850px) {

.SmallTopicHeader-left {
    margin-left: 50px;
}
  }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .SmallTopicHeader-left {
    justify-content: left;
  }
}

.SmallTopicHeader-right {
  width: 100%;
}

@media screen and (min-width: 850px) {

.SmallTopicHeader-right {
    position: absolute;
    right: 50px;
    width: auto;
}
  }

.SmallTopicHeader-socialMedia {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

.SmallTopicHeader-socialMedia a {
    margin-left: 15px;
  }

.SmallTopicHeader-socialMedia .Header-contentSocials-item {
    color: #0c4f1f !important;
  }

@media screen and (max-width: 850px) {

.SmallTopicHeader-socialMedia {
    display: none;
}
  }
