.text-field img {
    max-width: 100%;
}
.btn-share-link .fa {
    font-size: 1.2em;
}
.btn-share-link:hover .fa {
    color: var(--primary) !important;
}
.fr-video iframe {
    max-width: 100%;
    max-height: 60vw;
}
.hover-arrow-left:hover svg path {
    transform: translateX(-8%);
}
.hover-arrow-left svg path {
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .post-header {
    font-size: 2.25rem;
  }
}