.slider {
  overflow: hidden;
  width: 1080px;
  margin: auto;
}

.slider-content {
  transition: transform ease;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.slider-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  min-width: 180px;
}

.logoNew {
  height: auto !important;
  width: 154px !important;
  height: 30px;
}

.container2 {
  overflow-x: hidden;
  position: relative;
}

.canvas-text {
  display: flex;
  color:
    #2e403b;
}

.canvas-text:before,
.canvas-text:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: 0.75rem;
  color: #adb5bd;
}

.logo {
  width: 135px;
  height: 30px;
  padding-right: 10px;
}

@media (max-width:770px) {
  .logoNew {
    width: 125px !important;
  }
}

@media (max-width:560px) {
  .logoNew {
    width: 125px !important;
  }

  .slider {
    width: 535px;
  }
}