 .card {

         border-radius: 4px;
         box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
         height: 440px;
      }

      .card img {
         height: 300px;
         width: 100%;
         object-fit: cover;
      }

      .pageHero.-type-2 {
         position: relative;
         display: flex;
         align-items: center;
         height: 70vh;
         z-index: 0;
      }

      .heading-title {
         text-align: center;
         margin-top: 15px;
      }

      .lh-18 {
         font-weight: 300;
      }

      .pageHero.-type-2 {
         position: relative;
         display: flex;
         align-items: center;
         height: 70vh;
         z-index: 0;
      }

      .two-line-text {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         transition: 0.3s ease;
      }

      .two-line-text.expanded {
         -webkit-line-clamp: unset;
         display: block;
      }

      .button.-accent-1:hover {
         background-color: #fff !important;
         color: #575a49 !important;
      }

      .text-14 {
         text-align: justify !important;
      }

      .colorred {
         color: #83a17e;

      }

      @media (max-width:768px) {
         .blog-two {
            margin-top: 80px !important;
         }

         .card img {
            height: 220px !important;
            width: 100%;
            object-fit: cover;
         }

      }