#hero {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom-right-radius: 400px;
  position: relative;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  display: flex;
}

#hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.hero-content h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #FFF;
  z-index: 99;
  position: relative;
  max-width: 572px;
  text-align: center;
  line-height: 1.15;
}

#main-single-kezeleseink .container {
  align-items: center;
  justify-content: center;
  /*display: flex;*/
}

.single-kezeleseink__layout>div {
  flex: 1;
  min-width: 0;
}

.single-kezeleseink__description img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.single-kezeleseink__layout {
  gap: 4rem;
}

.zo_kezelesek_textbox {
  width: 48%;
  padding-bottom: 24px;
}

@media (min-width: 1440px) {
  .kezeles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .kezeles-list__item {
    flex: 0 0 calc(50% - 18px) !important;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}

.zo-skin_highlight {
  padding: 0 0 0 0;
  background-color: #EEE7E3;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 32px;
}

.zo-skin_highlight__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #3C4A64;
}

.zo-skin_highlight__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.zo-skin_highlight .highlight-item {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px;
  transition: .3s;
}

.zo-skin_highlight .highlight-item:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

.zo-skin_highlight .highlight-item__thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.zo-skin_highlight .highlight-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.highlight-item__title a {
  color: #3C4A64;
}

.zo-skin-filters {
    margin: auto;
    text-align: center;
    padding-bottom: 32px;
}

.zo-skin-filters button {
    border: none;
    background-color: transparent;
    font-size: 16px;
    border-bottom: 3px solid #EEE7E3;
    cursor: pointer;
    padding: 8px 24px;
}

.zo-skin-filters button:hover {
    border-bottom: 3px solid #374A66;
}

.zo-skin-filters .filter-button.active {
    border-bottom: 3px solid #374A66;
}

.highlight-item__terms {
    margin-top: 16px;
}

.highlight-item__terms a {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #374A66;
    padding: 6px 12px;
    border-radius: 50px;
    color: #374A66;
    text-decoration: none;
    font-size: 12px;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    margin-right: 4px;
}

@media (max-width: 767px) {
  #hero {
    height: 320px;
  }

  .single-kezeleseink__intro p {
    margin-bottom: 32px;
  }

  .zo_kezelesek_textbox {
    width: 100%;
  }

  .zo-skin_highlight__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}