@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{
  font-family: 'Poppins', sans-serif;
}

/* ============CUSTOM CSS START====================== */

nav{
  position: sticky;
}

@media all and (max-width:450px){
  .nav-logo {
    width: 80%;
  }
  .navbar > .container{
    flex-wrap: nowrap;
  }
}

/* Top header */

.top-header{
  background-color: rgba(5, 5, 5, 0.932);
  color:white;
  
}

 .top-header-nav ul, .top-header-social ul{
  margin-top: 1rem;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color:white;
}

.top-header-nav ul{
  float: left;
  color:white;
  text-align: center;
  width: 100%;
  padding-left: 0rem;
  vertical-align: center;
}

.top-header-social li, .top-header-nav li {
  list-style: none;
  padding-left:1rem;
  color:white;
}

.instagram-icon:hover {
color:#D82B7D;
}

.facebook-icon:hover{
  color:#047DEB;
}

.top-header-social  p{
  padding: 0;
  margin: 0;
  color:white;
}

.top-header-social a, .top-header-social p, .top-header-nav a{
  text-decoration: none;
  font-weight:400;
  width: auto;
  margin: 0 auto;
  color:white;
}

@media all and (max-width:800px){
.top-header-social, .top-header-nav{
  display:none;
}

.top-header-social li, .top-header-nav li {
  padding-left:0rem;
}

}






/* Main header */
.navbar {
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.267);
}



.navbar-link{
  color:rgba(0, 0, 0, 0.4);
  font-weight: 500;
  text-decoration: none;
  margin:0 1rem;
  display: inline;
  border-bottom: white;
}

.navbar-link li{
  color:rgba(0, 0, 0, 0.514);
}

.navbar-link:hover{
  /* text-decoration: underline 3px #ffc32c; */
  border-bottom: 3.5px solid #ffc32c;
}

.navbar-nav li{
  margin:auto;
  color:white;
}

.navbar-nav > li >a{
  color:rgb(0, 0, 0);
  font-weight: 500;
}

.main-navbar-btn{
  color:white;
}

.logo{
  display: flex;
}



@media all and (max-width:450px){
  .nav-logo {
    width: 80%;
  }
  .navbar > .container{
    flex-wrap: nowrap;
  }
}



/*--------- Hero Section--------- */

/* video background */
header{
  width:100%;
  float:left;
}
.header-text{
  position: absolute;
  top: 35%;
}
.header-text p{
  color:rgba(255, 255, 255, 0.63);
  text-shadow: 2px 0 rgba(0, 0, 0, 0.411) ;
}
.header-hero video{
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  min-width: 100%;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  background-attachment: scroll;
}
.bg-hero-img {
  /* background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../assets/images/Extras/nature.jpeg'); */
  background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../assets/images/Extras/slider__img.jpeg);
  width: 100%;
  height: 100vh;
}


@media all and (max-width:800px){
    .header-hero > video{
        display:none;
    }
    .header-text{
      margin-right:3rem;
    }
    .header-text p{
      color:white;
      text-shadow: none;
    }
}
@media all and (max-width:575px){ 
  .header-text{
      text-align: inherit;
  } 
}
@media all and (min-width:800px){
  .bg-hero-img{
      display:none;
  }
}


/* Hero section */


@media all and (max-width:575px){

}



/* --About home start */

.about-home-container{
  width: 70%;
  margin:0 auto;
}

.about-home-container h2{
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 2.5rem;
}

.about-home-container p{
  text-align:center;
  font-size:1rem;
  color: rgba(0, 0, 0, 0.699);
  line-height: 1.9rem;
}

.about-home-container a{
  color: white;
  text-decoration:none;
}

.about-home-container button{
  background-color:#ffc32c;
  border:#ffc32c;
  font-size: 1.1rem;
  padding: 0.5rem 0.7rem;
  Display: block;
  margin: 12px auto;
  border-radius:5px;
}

@media all and (max-width:1199px){

  .about-home-container{
    width: 100%;
    margin:0 auto;
    padding: 0rem 1rem;
  }
  .about-home-container h2{
    text-align: start;
    font-size: 1.5rem;
  }
  .about-home-container p{
    text-align: justify;

  }
  .about-para-2{
    display:none;
  }

  .about-home-content{
    margin-top:4rem;
  }



}

/* Challenges section */
.challenges-section{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(2, 2, 2, 0.7)) , url('../assets/images/santuaryphotos/IMG_20210620_155708.jpg');
  margin-top:6.5rem;
  padding:3rem;
  align-items: center;
  
}
.challenges-section p{
  color:rgba(0, 0, 0, 0.808);
  
}
.challenges-section h2{
  font-weight: 700;
  color:white;
  text-transform: uppercase;
  text-align: center;
  
}

.challenges-section-content{
  margin-top:4rem;
  display: flex;
}

.chall-para-1 , .chall-para-2, .chall-para-3{
 background-color:white;
 padding:0.8rem;
 text-align: center;
 border-radius: 5px;
 line-height: 1.7rem;
}


.chall-para-2,.chall-para-3{
 border-left:solid 0.2rem #ffc32c;
}


 .chall-para-4 {
   width:33%;
   margin:0 auto;
 }
 .chall-para-4 p{
   background-color:rgba(0, 0, 0, 0.062);
   padding: 1rem 0;
   color:white;
   text-align:center;
   margin-top:4rem;
   text-shadow: 1px 0 black;
   border-radius: 5px;
   border-top:2px solid  #ffc32c;
   border-bottom:2px solid  #ffc32c;
   display: flex;
 }



 @media all and (max-width:800px){

  .challenges-section-content, .chall-para-4{
    display: flex;
    flex-wrap: wrap;
  }

  .chall-para-2,.chall-para-3,.chall-para-1{
    border-top:solid 0.2rem #ffc32c;
    margin-top:3rem;
   }
   .chall-para-1{
    border-left:solid 0.2rem #ffc32c;
   }

   .chall-para-4 {
    width:100%;
    margin:0 auto;
  }

  .challenges-section h2{
    letter-spacing: 2px;
    font-size: 2rem;
  }
 }

 /* vision and mission */
 .vision-mission{
  margin:6.6rem auto;
 }
.vision-mission h3{
  font-weight: 700;
  text-decoration: underline 2px #ffc32c;
}
 .vision-mission-container img{
   float:left;
   width:100%;
   text-align: center;
   margin: 0 auto;
 }

 @media all and (min-width:900px){
  .vision-mission-content p{
    margin:1.5rem;
  }

  .vision-mission-container img{
    width:75%;
  }
 }


/* Latest updates home */
.latest{
  margin: 5rem 0rem;
  padding: 0rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latestContainer{
  /* max-width: 1042px; */
}
.latestHeading{
  font-size: 2rem;
  font-weight: 800;
  border-left: 4px solid #ffc32c;
  padding-left: 0.8rem;
}
.postsContainer{
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 3rem;
}

.postsContainer a {
  text-decoration: none;
  color: black;
  flex: 1;
}
.post{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  height: 100%;
  /* background-color: #ffefc6; */
  padding: 0.8rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post .postImage img{
  height: 250px;
  width: 350px;
  max-width: 100%;
  max-height: 250px;
  border-radius: 5px;
}
.postContent .dateContainer{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.postContent .dateContainer .category{
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #ffc32c;
  color: white;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
.postContent .dateContainer p{
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0rem;
}
.postContent .details{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.postContent .details h3{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0rem;
}
.postContent .details p{
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0rem;
}
.postContent .author{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.postContent .author img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.postContent .author p{
  margin-bottom: 0;
  font-size: 0.8rem;
}

.postContent .button button{
  outline: none;
  border: none;
  background-color: #000000;
  color: white;
  padding: 0.3rem 0.4rem;
  /* border: 1px solid black; */
  border-radius: 5px;
}

@media screen and (min-width:520px){
  .latest{
    margin: 5rem 0rem;
    padding: 0rem 1.5rem;
  }
  .latestHeading{
    font-size: 2rem;
    font-weight: 800;
    border-left: 4px solid #ffc32c;
    padding-left: 0.8rem;
  }
  .postsContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 3rem;
  }
  .post{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1rem;
    max-width: min-content;
    flex: 1;
    /* background-color: #ffefc6; */
    padding: 0.8rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .post .postImage img{
    height: 350px;
    width: 750px;
    max-width: 100%;
    min-width: 300px;
    border-radius: 5px;
  }
  .postContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .postContent .dateContainer{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
  }
  .postContent .dateContainer .category{
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #ffc32c;
    color: white;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    margin-bottom: 0rem;
    text-transform: uppercase;
  }
  .postContent .dateContainer p{
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0rem;
  }
  .postContent .details{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem;
  }
  .postContent .details h3{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0rem;
  }
  .postContent .details p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0rem;
  }
  .postContent .author{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .postContent .author img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 0.5rem;
  }
  .postContent .author p{
    margin-bottom: 0;
  }
  
  .postContent .button button{
    outline: none;
    border: none;
    background-color: #000000;
    color: white;
    padding: 0.3rem 0.4rem;
    /* border: 1px solid black; */
    border-radius: 5px;
  }
}


/* Call to action */

@media all and (max-width:438px){
  #button-donate-home-2{
    margin-top:1rem;
  }
}


/* Footer section */

/* Footer Main */
.main-footer{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.267);
  background: rgba(255, 255, 255, 0.473);
  padding-top:2rem;
}

/* .main-foo-quick, .main-foo-social {
  display: flex;
  flex-direction: column;
  text-align: center;
} */

.main-foo-quick h6, .main-foo-social h6, .main-foo-img h6{
  display: flex;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline;
  border-bottom:3px solid #ffc32c;
  margin-bottom: 0rem;
}

.main-foo-quick > ul, .main-foo-social > ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 0.4rem;
}


.main-foo-quick ul div, .main-foo-social ul div{
  display: flex;
  flex-direction: row;
}

.main-foo-social{
  text-align: center;
}

.main-foo-social ul div{
  justify-content: center;
  column-gap: 1rem;
}

.main-footer h5{
  font-weight: 600;
  text-decoration: underline #ffc32c;
  margin-bottom: 1rem;
}

.main-footer li{
  list-style: none;
  margin-top: 0.4rem;
}

.main-footer, .main-footer a, .main-footer li  {
  color:rgb(0, 0, 0);
}

.main-foo-img p{
  margin-top: 1rem;
}


/* .main-foo-img img{
  display:block;
  width: 50%;
} */

.mainFooterContainer{
  display: flex;
  justify-content: center;
}

.mainFooterRow{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3rem;
}

@media all and (max-width:767px){
  .mainFooterRow {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 0rem 1rem;
  }

  .main-foo-img{
    text-align: center;
  }

  .main-foo-img img{
    margin-right:0;
    text-align: center;
    display:inline;
  }

  .main-foo-social ul, .main-foo-quick ul{
    padding-left: 0;
  }
}


/* Footer low */
.footer-low{
  border-top: 1px solid white;
  background: rgba(5, 5, 5, 0.932);
  color:white;
  text-align: center;
}

.footer-low p{
  margin:1rem;
}
.footer-low ul{
  margin-top:1rem;
  padding-left:0;
}

.footer-low li{
  list-style: none;
  display: inline-block;
  margin-left: 1rem;
}

.footer-low a{
  color:white;
}



/* Our story */
.our-story-header{
  background-size: cover;
}
.osPara{
  font-size: 1rem;
}


/* ==============Thank you Page========== */

.main-body{
  height: 70vh;
  /* position: relative; */
}

.main-body-text{
/* position: absolute; */
margin: 0 auto;
}




/* ============Contact Us page========== */

.heading-cu h1{
  font-size: 3rem;
  font-weight: 700;
}

@media all and (max-width:900px){
  .heading-cu h1{
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-cu p{
    font-size: 1rem;
    font-weight: 300;
  }
}

/* Embedded Google Form */

.google-form{
  text-align:center;
  width:100%;
}




/* Contact Us form start */
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.heading-contactus-form h2{
  font-weight: 700;
  font-size: 1.5rem;
}

.heading-contactus-form p{
  font-size: 1rem;
}

@media all and (max-width:900px){
  .heading-contactus-form h2{
    font-weight: 600;
    font-size: 1rem;
  }
  
  .heading-contactus-form p{
    font-size: 0.5rem;
  }
}


.contact-us-form{
  display: flex;
  padding: 0 10px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
::selection{
  color: #fff;
  background: #ffc32c;
}
.wrapper{
  width: 715px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.05);
}
.wrapper header{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.wrapper form{
  margin: 35px 30px;
}
.wrapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
}
form .dbl-field{
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 50px;
  display: flex;
  position: relative;
  width: calc(100% / 2 - 13px);
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 18px;
  color: #ccc;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #ccc;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid #ffc32c;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: #ffc32c;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: #ffc32c;
  transition: background 0.3s ease;
}
.button-area button:hover{
  background:#fdd931;
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}
@media (max-width: 600px){
  .wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 35px 20px;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }
}


/* ----Contact Cards Start-------*/

.contact-card-h2{
  text-decoration: underline #ffc32c;
}

@media all and (max-width:991px){
  .contact-card{
    margin-top:3rem;
  }

  .contact-cards{
    text-align: center;
  }

}


/* -------Google maps----------*/
.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;

}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


/* ================Latest Posts Page================= */
.latestPageHeading{
  display: flex;
  justify-content: center;
  background-color: rgba(221, 220, 220, 0.288);
  margin-bottom: 3rem;
}
.latestPageHeading h1{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  /* align-self: flex-start; */
  padding: 4rem 2rem;
  width: 100%;
  margin: auto;
  max-width: 1024px;
}

.lp{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 /* margin-top: 2rem; */
 width: 100%;
 margin-bottom: 5rem;
}

.lp .lpContainer{
  display: flex;
  flex-direction: column;
  max-width: 1024px; 
  padding: 0rem 2rem;
}

.lp .lpContainer .lpHeading{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  align-self: flex-start;
  padding: 3rem 0rem;
  background-color: rgba(221, 220, 220, 0.556);
  width: 100%;
}
.lpPosts{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.lpPosts .lpPost {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lpImgs{
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.lpPost .lpPostImg img{
  height: 300px;
  width: 400px;
  border-radius: 5px;
  object-fit: fit;
}
.lpPost .lpPostContent h3{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.lpPost .lpPostContent .dateContainer{
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 0rem;
}
.lpPost .lpPostContent .dateContainer .category{
  font-size: 0.8rem;
  background-color: #ffc32c;
  color: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  text-transform: uppercase;
}
.lpPostContent .lpPostInner p{
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
}
.lpPostContent .author{
  display: flex;
  align-items: center;
}
.lpPostContent .author img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 1rem;
}
.lpPostContent .author p{
  height: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 880px){
  .latestPageHeading h1{
    font-size: 2rem;
  }
  .lpPost{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lpPost .lpPostImg img{
    height: 350px;
    width: 380px;
    border-radius: 5px;
    object-fit: fit;
  }
}

@media screen and (max-width: 680px){
  .latestPageHeading h1{
    font-size: 2rem;
  }
  .lpPost{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lpPost .lpPostImg img{
    height: 300px;
    width: 380px;
    border-radius: 5px;
    object-fit: fit;
  }
  .lpPosts .lpPost .lpImgs {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 480px){
  .latestPageHeading h1{
    font-size: 2rem;
  }
  .lpPost{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lpPost .lpPostImg img{
    height: 250px;
    width: 280px;
    border-radius: 5px;
    object-fit: fit;
  }
  .lpPosts .lpPost {
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
  }
  .lpPosts .lpImgs {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 380px){
  .latestPageHeading{
    margin-bottom: 2rem;
  }
  .latestPageHeading h1{
    font-size: 1.5rem;
    padding: 2rem 2rem;
  }
  .lpPosts{
    gap: 3rem;
  }
  .lpPost .lpPostImg img{
    height: 200px;
    width: 220px;
    border-radius: 5px;
    object-fit: fit;
  }
  .lpPosts .lpPost {
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
  }
  .lpPosts .lpImgs {
    flex-direction: column;
    gap: 1rem;
  }
  .lpPostContent .lpPostInner p {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: justify;
  }
  .lpPost .lpPostContent h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
  .lpPost .lpPostContent .dateContainer .date {
    font-size: 0.8rem;
  }
  .lpPost .lpPostContent .dateContainer .category{
    font-size: 0.6rem;
  }
  .lpPostContent .author img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 1rem;
  }
  .lpPostContent .author p{
    font-size: 0.8rem;
  }
}
