.bg-grey-arc article {
  background-image: url(/wp-content/uploads/2023/05/grey-arc.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bg-grey-arc article {
    background-image: url(/wp-content/uploads/2023/05/grey-right.jpg);
    background-position: top right;
  }
  .bg-grey-arc.no-bg-grey-arc-767 article {
    background: none;
  }
}

h1.acc-title {
  font-size: 54px !important;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  h1.acc-title {
    margin-bottom: 25px;
    font-size: 40px !important;
    margin-top: 35px;
  }
}

.ts__card {
  padding: 10px;
}

.ts__card__img .img-wrapp {
  position: relative;
  background-image: url(../../images/arc-logo.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px;
  max-width: 70px;
}
.ts__card__img img {
  width: 60px !important;
}

@media (max-width: 850px) {
  .bg-color-sky-blue > div {
    min-height: 150px;
  }
}
@media (max-width: 575px) {
  .bg-color-sky-blue > div {
    min-height: auto;
  }
}

.wp-block-lazyblock-transactions-listing {
  padding-bottom: 100px;
  min-height: 500px;
}
@media (max-width: 767px) {
  .wp-block-lazyblock-transactions-listing {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=transactions-cards.css.map */