.partner-success {
  background-color: #343434;
  padding: 60px 40px;
  text-align: left;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.section-underline {
  width: 180px;
  height: 12px;
  background-color: #f15a24;
  margin: 0 auto 40px;
}
.slider-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-slider {
  width: 100%;
  max-width: 1063px;
  display: flex;
  margin: 0 20px;
}
.partner-card {
  background: #5f5f5f;
  padding: 20px 20px;
  text-align: left;
  align-items: flex-start;
  margin: 0 7px;
  border-radius: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 520px !important;
}
.partner-card .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.partner-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
.orange-line {
  width: 38px;
  height: 12px;
  background-color: #f15a24;
  margin: 20px 0;
}
.partner-card p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.arrow {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: white;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.arrow-left {
  background-image: url("/themes/custom/celebright/images/icons/arrow-left.png");
}
.arrow-right {
  background-image: url("/themes/custom/celebright/images/icons/arrow-right.png");
}
.partner-card p,
.partner-card h3 {
  text-align: left;
}

@media (max-width: 767px) {
  .slider-nav {
    padding: 0 20px;
  }

  .partner-slider {
    margin: 0;
  }

  .partner-card {
    padding: 15px;
    margin: 0 5px;
    min-height: 555px !important;
  }

  .arrow {
    background-size: 40px 40px;
  }

  .partner-card h3 {
    font-size: 20px;
  }
}
