.left-slide-image {
  position: absolute;
  left: 5%;
  z-index: 1000;
  top: 40%;
  width: 90px;
}

.right-slide-image {
  position: absolute;
  top: 40%;
  z-index: 1000;
  right: 12%;
  width: 90px;
}

.get-recruited-image {
  width: 100%;
}

.get-recruited-wrapper {
  width: 450px;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
}

.column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.new-logo {
  width: 120px;
  margin-right: 10px;
}
.veteran {
  width: 90px;
  position: absolute;
  top: 0;
  left: 368px;
}

.top-bar {
  position: fixed;
  z-index: 1002;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 4px;
}
.top-bar-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone-number {
  margin-left: 12px;
}
.divs-wrapper {
  margin: 0 12px;

  display: flex;
  flex-direction: row;
}
.divs-block {
  width: 60px;
  height: 22px;
  border-radius: 4px;
  padding: 0 8px;
  background-color: red;
  margin-right: 8px;
}

@media (min-width: 995px) {
  .main-logo {
    justify-content: flex-start;
  }
}
@media (max-width: 976px) {
  .top-bar {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
  }
  .slider-desription {
    background-image: none !important;
  }
  .top-bar-right {
    flex-direction: column;
    justify-content: flex-start;
  }
  .nominate_player {
    margin: 8px 0;
  }
  .phone-number {
    margin-bottom: 8px;
  }
}
.social-icons {
  font-size: 18px !important;
}
