.wp-block-button.is-style-phone-button .wp-block-button__link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px 10px 60px;
  position: relative;
  background-color: #F03714;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  z-index: 8000;
}

.wp-block-button.is-style-phone-button .wp-block-button__link::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 16px;
  left: 29px;
  background-image: url("../../themes/memedia-rel/_/img/phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 575.98px) {

  .wp-block-button.is-style-phone-button .wp-block-button__link {
    font-size: 12px;
    margin-top: 10px;
  }

}

@media (max-width: 1199.98px) {

  .wp-block-button.is-style-phone-button .wp-block-button__link {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px 10px 40px;
  }

  .wp-block-button.is-style-phone-button .wp-block-button__link::before {
    top: 12px;
    left: 18px;
    width: 16px;
    height: 16px;
  }

}


.wp-block-button.is-style-fancy-button .wp-block-button__link a:hover {
  color: #fff;
}

