.herosection{
  background-image: url('https://seolounge.radiantthemes.com/wp-content/uploads/2018/07/Pay-Per-Click-Management-Banner-Background-Image.png');
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 8H14'/%3e%3c/svg%3e");
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 2V14M2 8H14'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  background-color: var(--primary-color);
}
.swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  color: white;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev {
  left: 0;
  right: 100px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
.swiper-button-next,
.swiper-button-prev {
  margin: 0 auto;
  bottom: 0;
  top: auto;
  color: white;
  height: 30px;
}
.swiper-button-next {
  right: 0;
  left: 100px;
}

.swiper-pagination-fraction {
  color: white;
  z-index: -1;
  bottom: 0;
  height: 30px;
}
.serviceImg {
  background-color: #1b1b1b;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-slide {
      width: 60vw;
  }
}

section li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
section li {
    list-style: none;
    margin-bottom:16px;
    position: relative;
    padding-left: 30px;
}