/* Start custom CSS for html, class: .elementor-element-6e7987a */h1 {
      font-family: "Playfair Display", serif;
      font-weight: 300;
      font-size: 35px;
      margin: 30px;
      text-align: center;
    }

    h6 {
      text-align: center;
    }

   p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: black;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

    .back-home-button {
      display: block;
      margin: 20px auto;
      width: max-content;
      text-decoration: none;
      text-align: center;
      color: #164b66;
      font-size: 16px;
      background: transparent;
      border: 1px solid #324252;
      border-radius: 3px;
      box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
      transition: all 200ms ease-in-out;
      cursor: pointer;
      padding: 15px 24px;
    }

    .back-home-button:hover {
      color: white;
      background: #164b66;
    }
    
    .back-to-homepage h2 {
      display: inline;
      padding: 15px;
      margin: 5px;
    }
    
    .primary-link {
  background: #80c3bc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}

.primary-link:hover {
  background-color:#164b66;
  color: #80c3bc;
  text-decoration: none;
}


    .inner {
      overflow: hidden;
      height: 250px;
      max-width: 100%;
 
    }

    .inner img {
      max-width: 100%;
      height: auto;
      transform-origin: 0 0;
      transition: all 1.5s ease;
    }

    .inner:hover img {
      transform: scale(1.2);
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6848bc0 */.blogposts h4 {
    font-size: 26px;
}

.devider {
  border: 1px solid #0079cc;
  opacity: 1;
  width: 30%;
  display: block;
  margin: 20px auto;

}

.card.lift {
  text-decoration: none;
  color: inherit;
}

.lift:hover {
  transform: translateY(-0.3333333rem);
  box-shadow: 0 0.5rem 2rem 0, rbg(33 40 50 / 25%);
}

.small {
  color: var(--header-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}/* End custom CSS */