.bzfy-c-carousel-control-wrapper {
  position: absolute;
  width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.bzfy-o-context * {
  box-sizing: border-box;
  padding: 0 !important;
}




.bzfy-t-feed-carousel .bzfy-c-mobile-carousel-control {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  margin-top: 40%;
}

.div#bzfy-c-left-icon{
  left: -11px !important;
}
div#bzfy-c-right-icon{
  right: -11px !important;
}
.bzfy-t-feed-carousel .bzfy-c-carousel-control{
  left: -10px;
}

.bzfy-t-feed-carousel .bzfy-c-carousel-control--right {
  left: auto;
  right: -11px;
}

.bzfy-c-carousel-slider-wrapper__inner {
  padding: 0px 19px;
}

.bzfy-t-feed-carousel .bzfy-o-image-container {
  width: 100%;
  height: 100%;
}

.ps-cta-heading  {
  font-family: "founders-grotesk-regular" !important;
  font-weight: normal !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  padding-left: 0;
}

.ps-cta-heading:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: black;
}

@media screen and (max-width: 1198px) {
  .ps-cta-heading {
    margin-top: 20px;
  }
}
