.guides-page .entry-header {
  padding: 0;
}

.guides-page .entry-title {
  margin-top: 0;

  font-family: inherit;
  font-size: 56px;
  line-height: 1em;
  color: #fff;
}

.guides-page__subheading {
  margin: 0;

  font-size: 22px;
  font-weight: normal;
  color: #e8e8e8;
}

.guides-page .gridlove-site-content,
.guides-page .gridlove-box {
  margin-bottom: 0;
}

.guides-page .gridlove-cover-area {
  margin-top: 12px;
  background: none;
}

.guides-page .gridlove-cover-item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.guides-page .gridlove-cover::before,
.guides-page .gridlove-cover::after {
  display: none;
}

.guides-page .gridlove-content {
  width: 100%;
  max-width: 1000px;
}

.guides-page .box-inner-p-bigger {
  padding-top: 40px !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.guides-page .gridlove-box {
  box-shadow: none;
}

.guides-page__section-title {
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.guides-page__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.guides-page__card-list:not(:last-of-type) {
  margin-bottom: 16px;
}

.guides-page__card {
  width: calc(50% - 12px);
}

.guides-page__card-image {
  margin-bottom: 12px;
}

.guides-page__card-title {
  margin-bottom: 12px;
}

.guides-page__link-list {
  margin-bottom: 0 !important;
  padding-left: 0;
  list-style: none;
}

.guides-page__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 2rem;
  margin: 2rem 0 0;

  text-align: center;
  font-family: 'Catamaran Bold', sans-serif;
  
  background: rgba(32, 168, 241, 0.1);
  border: 1px solid rgba(75, 174, 227, 0.32);
  border-radius: 0.5rem;
}

.guides-page__cta-text {
  margin-bottom: 0;
  font-size: 19px;
  color: #444444;
}

.guides-page__cta-link {
  padding: 0.5rem 2rem;

  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #1491d4;
  text-align: center;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 990px) {
  .guides-page .entry-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .guides-page__card {
    width: 100%;
  }

  .guides-page__card-image {
    display: none;
  }

  .guides-page__link-item {
    margin-bottom: 6px !important;
  }

  .guides-page__card-list:not(:last-of-type) {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 579px) {
  .guides-page .gridlove-cover-area {
    margin-top: 50px !important;
  } 
}

@media screen and (max-width: 540px) {
  .guides-page .entry-title {
    font-size: 28px !important;
  }

  .guides-page__subheading {
    font-size: 18px;
    line-height: 1.2em;
  }

  .guides-page__card-title {
    font-size: 20px;
  }
}
