html,
body {
  overflow-x: hidden;
}

.circular-image {
  width: 200px;
  /*height: 300px;*/
  border-radius: 50%;
  overflow: hidden;
}

.sticky_top {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 75px;
}

#contact hr.star-dark::after {
  color: #4B4B49;
  background-color: #efefef;
}


.wp-block-post-featured-image {
  display: none !important;
}
