.glide--contact {
  max-width: calc(100% - 100px);
  margin: auto;
}

.glide--contact .glide__arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(40, 40, 48, 0.85);
  border: none;
  border-radius: 50%;
  display: none;
}

.glide--contact .glide__arrow.prev {
  left: -50px !important;
}

.glide--contact .glide__arrow.next {
  right: -50px !important;
}

.glide--contact .glide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px !important;
  height: 12px !important;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 2.5px;
  border-style: solid;
  border-color: #eff0f0;
  border-width: 0;
}

.glide--contact .glide__arrow.prev::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.glide--contact .glide__arrow.next::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

@media screen and (min-width: 768px) {
  #glide--contact .glide__arrow {
    display: block;
  }

  .glide--contact .glide__arrows {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
