.why-choose-us {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.bg-black .why-choose-us img{
  filter: invert(100%);
}

.why-choose-us .top-content {
  position: relative;
  margin-bottom: 100px;
}

.why-choose-us .top-content .left-section {
  max-width: calc(50% - 40px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.why-choose-us .top-content .right-section {
  max-width: calc(50% - 40px);
  width: 100%;
}

.why-choose-us .row {
  justify-content: space-between;
  gap: 40px;
}

.why-choose-us .top-content .left-section h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
  color: var(--primary-color);
}

.why-choose-us .top-content .left-section p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--primary-color);
}

.why-choose-us .top-content .left-section a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  max-width: max-content;
  width: 100%;
  text-decoration: underline;
  margin-top: 30px;
  color: var(--primary-color);
}

.why-choose-us .top-content .left-section a span {
  margin-left: 10px;
}

.why-choose-us ul.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.why-choose-us .bottom-content {
  position: relative;
  width: 100%;
}

.why-choose-us .bottom-content .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  gap: 20px;
  margin-bottom: 40px;
}

.why-choose-us .bottom-content .item-wrapper .item {
  max-width: calc(25% - 1.25rem);
  width: 100%;
  text-align: center;
  padding: 1em 1.25rem;
}

.why-choose-us .bottom-content .item-wrapper .item img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  width: auto;
  height: 60px;
  margin-bottom:1em;
}

.why-choose-us .bottom-content .item-wrapper .item h4 {
  font-family: "Funnel Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.why-choose-us .readMoreContent {
  display: none;
}

.why-choose-us .mobile-items-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .why-choose-us{
    padding: 30px 0;
  }
  .why-choose-us .row {
    flex-direction: column;
  }

  .why-choose-us .top-content .right-section {
    order: 1;
    max-width: 100%;
  }

  .why-choose-us .top-content .left-section {
    order: 2;
    max-width: 100%;
  }

  .why-choose-us .top-content .left-section h2 {
    font-size: 19px;
  }

  .why-choose-us .top-content .left-section p {
    font-size: 12px;
    line-height: 17px;
  }

  .why-choose-us .bottom-content .item-wrapper .item {
    max-width: 50%;
  }

  .why-choose-us .bottom-content .item-wrapper .item h4 {
    font-size: 14px;
    line-height: 100%;
  }

  .why-choose-us .mobile-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .why-choose-us .mobile-items-wrapper .item {
    max-width: 50%;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
  }

  .why-choose-us .mobile-items-wrapper .item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: auto;
    height: 40px;
  }

  .why-choose-us .mobile-items-wrapper h4 {
    font-family: "Funnel Display", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
  }

  .why-choose-us .mobile-items-wrapper .itemWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-bottom: 40px;
  }

  .why-choose-us .bottom-content .item-wrapper {
    display: none;
  }

  .why-choose-us .mobile-items-wrapper ul.slick-dots {
    bottom: -20px;
  }

  .why-choose-us.bg-black .mobile-items-wrapper ul.slick-dots li button {
    background-color: #ffffff;
  }

  .why-choose-us .mobile-items-wrapper ul.slick-dots li.slick-active button {
    background-color: #ccc;
  }

  .why-choose-us .top-content {
    margin-bottom: 50px;
  }
}
