
.page-header > .container {
  margin-right: 2rem;
}

.hestia-about, .hestia-features {
  padding: 30px 0;
}

.hestia-features a img {
  transition: all 400ms ease-in-out;
}

.hestia-features a:hover img {
  transform: scale(1.2);
}

.hestia-about .wp-block-themeisle-blocks-advanced-column {
  height: 300px;
}

.hestia-about {
  background-color: #000000;
  background-image: none;
}

.landing-page-title {
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hestia-ribbon .container {
	display: none;
}

@media (max-width: 1024px) {
  .hestia-ribbon {
    display: none !important;
  }
}

.big-title-slider-content .btn {
  border: none;
}