.pv-elm__button--main .wp-block-button__link {
  width: 250px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all ease 0.5s;
}

.pv-elm__button--main .wp-block-button__link:hover:not(.has-dark-color) {
  color: inherit;
}

.pv-elm__button--main.is-style-outline .wp-block-button__link.has-background:not(:hover):not(.has-dark-color) {
  color: #fff!important;
}

.pv-elm__button--main:hover .wp-block-button__link {
  background-position: left bottom !important;
}

@media (max-width: 415px) {
   .single-post section.entry__content .wp-block-image figure.alignleft, .single-post section.entry__content .wp-block-image figure.alignright {
        max-width: 100%!important;
    }

   .single-post section.entry__content .wp-block-image figure.alignleft img, .single-post section.entry__content .wp-block-image figure.alignright img {
       width: 100%!important;
    }
}