/* slider section css start */
.brands__slider-wrapper .owl-stage-outer {
  padding-bottom: 1px;
}

.brands__main {
  display: flex;
  align-items: center;
}

.brands__heading {
  color: #2c435b;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  padding-bottom: 15px;
}

.brands__description p {
  color: #2c435b;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brands__card-image-img {
  max-width: 100%;
  height: auto;
}

.brands__card {
  border: 1px solid #dde5e4;
  height: 100%;
}

.brands__card-name p {
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #2c435b;
}

.brands__carousel .owl-dots {
  margin-top: 40px;
}

.brands__card-name {
  padding: 15px;
}

.brands__card-image {
  height: 500px;
}

.brands__card-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.brands__carousel .owl-stage {
  display: flex;
}

.brands__carousel .owl-item {
  padding-left: 1px;
}

.brands__carousel .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #9fabb5;
  display: block;
  transition: ease 0.3s all;
}

.brands__carousel .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands__carousel .owl-dots .owl-dot.active span {
  height: 15px;
  width: 15px;
  background-color: #2c435b;
  transition: ease 0.3s all;
}

.owl-dots {
  display: flex;
  column-gap: 10px;
  margin-top: 30px;
}


@media screen and (min-width: 1199px) {
  .brands__text-inner {
    max-width: 350px;
  }

  .brands__text {
    max-width: 500px;
    width: 100%;
  }

  .brands__slider-wrapper {
    width: 100%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .brands__text-inner {
    max-width: 350px;
  }

  .brands__text {
    max-width: 400px;
    width: 100%;
  }

  .brands__slider-wrapper {
    width: 100%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .brands__card-image {
    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .brands__main {
    display: block;
  }

  .brands__carousel .owl-dots {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .brands__card-image {
    height: 350px;
  }
}

/* slider section css end */