.editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link {
  border-color: #ed8b27 !important;
  background-color: #ed8b27 !important;
  line-height: 54px;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 0 18px !important;
  margin-top: 10px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 2px !important;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 0.35s;
}
.wp-block-button:hover .wp-block-button__link {
  background-color: #000 !important;
  color: #fff;
  transition: 0.35s;
}

.is-style-arrow-cta a:after {
  transition: transform 0.35s cubic-bezier(0.3, 0.76, 0.47, 1.15);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding-left: 15px;
  content: '\f0da';
}
.is-style-arrow-cta:hover a:after {
  transform: translateX(4px);
}

.acf-innerblocks-container ul {
    padding-left: 30px;
    margin-bottom: 32px;
}

.acf-innerblocks-container ul li {
    list-style-type: disc;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.acf-innerblocks-container ul li:not(:last-child) {
    margin-bottom: 12px;
}

.acf-innerblocks-container ul li a {
    color: #212529;
}

.no-bullet li {
    list-style-type: none !important;
}