@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Hanken+Grotesk:wght@500;700;800&family=Manrope:wght@500;600;700;800&family=Nunito:wght@600;700;800&family=Wix+Madefor+Text:wght@400;500;800&display=swap");

/*
=============== 
Variables Section
===============
*/
/*
=============== 
General selector
===============
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*
=============== 
Header Section
===============
*/
#therapy .therapy {
  /*
  =============== 
  Hero Section
  ===============
  */
  /*
  =============== 
  Therapy_Type Section
  ===============
  */
}

#therapy .therapy #hero .hero {
  position: relative;
  height: 70vh;
  background: linear-gradient(0deg, rgb(232, 239, 241), 50%, rgb(255, 255, 255) 50%);
  /*
    =============== 
    Media Query
    ===============
    */
}

#therapy .therapy #hero .hero_content {
  position: absolute;
  top: 38%;
  left: 28%;
}

#therapy .therapy #hero .hero_content h1 {
  font-size: 10rem;
}

#therapy .therapy #hero .hero_content p {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  #therapy .therapy #hero .hero_content {
    top: 30%;
    left: 25%;
  }

  #therapy .therapy #hero .hero_content h1 {
    font-size: 3rem;
  }

  #therapy .therapy #hero .hero_content p {
    font-size: 1rem;
  }
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  /*
  =============== 
  Media Query
  ===============
  */
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_2,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_4,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_5,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 {
  height: 400px;
  padding: 50px;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1 .num,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_2 .num,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_3 .num,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_4 .num,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_5 .num,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 .num {
  font-size: 3rem;
  font-weight: bold;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1 h3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_2 h3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_3 h3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_4 h3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_5 h3,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 h3 {
  font-size: 2.3rem;
  font-weight: 500;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1 p,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_2 p,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_3 p,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_4 p,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_5 p,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 p {
  font-size: 1.2rem;
  line-height: 25px;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1 a,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_2 a,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_3 a,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_4 a,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_5 a,
#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 a {
  color: #000000;
  font-size: 1.2rem;
  border-bottom: 1px solid #000000;
  padding-top: 5%;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_1 {
  background-color: #ccc6c6;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_2 {
  background-color: #fff;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_3 {
  background-color: #fadcd6;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_4 {
  background-color: #e5c7b5;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_5 {
  grid-column: 1/3;
  background-color: #f7f6f6;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_6 .therapist {
  width: 100%;
  height: 400px;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_6 .therapist img {
  width: 100%;
  height: 100%;
}

#therapy .therapy #therapy_type .therapy_type .therapy_cards_7 {
  background-color: #ccc6c6;
}

@media screen and (max-width: 500px) {
  #therapy .therapy #therapy_type .therapy_type .therapy_cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #therapy .therapy #therapy_type .therapy_type .therapy_cards_1,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_2,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_4,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_5,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_7 {
    height: auto;
    padding: 10px;
  }

  #therapy .therapy #therapy_type .therapy_type .therapy_cards_1 .num,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_2 .num,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_3 .num,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_4 .num,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_5 .num,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_7 .num {
    font-size: 2rem;
  }

  #therapy .therapy #therapy_type .therapy_type .therapy_cards_1 h3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_2 h3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_3 h3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_4 h3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_5 h3,
  #therapy .therapy #therapy_type .therapy_type .therapy_cards_7 h3 {
    font-size: 2rem;
  }
}

/*
  =============== 
  Getting Help Section
  ===============
  */
#help .help {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
  margin-top: 10%;
  /*
  =============== 
  Media Query
  ===============
  */
}

#help .help_header {
  text-align: center;
}

#help .help_header h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 3% 0;
}

#help .help_header p {
  font-size: 1.2rem;
  line-height: 25px;
}

#help .help_types {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}

#help .help_types .help_type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

#help .help_types .help_type h3 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#help .help_types .help_type .one {
  background-color: #ccc6c6;
}

#help .help_types .help_type .two {
  background-color: #fadcd6;
}

#help .help_types .help_type .three {
  background-color: #e5c7b5;
}

#help .help_types .help_type .four {
  background-color: #b6d1d9;
}

#help .help_types .help_type .five {
  background-color: #e8eff1;
}

#help .help_types .help_type p {
  font-size: 1.2rem;
}

#help .help .resources {
  margin: 3% 0;
}

#help .help .resources a {
  color: #000000;
  font-size: 1.2rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  #help .help_header h3 {
    font-size: 2rem;
  }

  #help .help_header p {
    text-align: left;
  }

  #help .help_types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*
  =============== 
  Testimonial Section
  ===============
  */
#testimonial .testimonial {
  text-align: center;
  padding: 50px;
  background-color: #fadcd6;
  /*
  =============== 
  Media Query
  ===============
  */
}

#testimonial .testimonial img {
  width: 70px;
  height: 70px;
}

#testimonial .testimonial .big {
  font-size: 2rem;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
}

#testimonial .testimonial .test_name {
  font-size: 1.5rem;
  margin-top: 5%;
}

@media screen and (max-width: 500px) {
  #testimonial .testimonial {
    text-align: left;
    padding: 10px;
    background-color: #fadcd6;
  }

  #testimonial .testimonial img {
    width: 30px;
    height: 30px;
  }

  #testimonial .testimonial .big {
    font-size: 1rem;
    width: 100%;
  }

  #testimonial .testimonial .test_name {
    font-size: 1rem;
  }

  /* NE OTVARA SE SLIKA */

  #responsiveImage {
    display: none;
  }

  .gallery img:hover {
    transform: 0;
  }

  .gallery img {
    transition: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #383838;
  padding: 10px 40px;
  border-radius: 6px;
}

.pagination li a {
  color: black;
}

.pagination ul {
  margin: 20px 30px;
}

.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
  cursor: pointer;
}

.pagination ul li.active {
  color: white;
  background-image: linear-gradient(#ff4568, #ff4568);
  background-repeat: no-repeat;
}

.pagination ul li.active a {
  color: white;

}


.paginationdiv {
  width: 100vw;
}

/*
  =============== 
  User Details Section
  ===============
  */
#user_details .user_details {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 50px 0;
  /*
  =============== 
  Media Query
  ===============
  */
}

#user_details .user_details .location p {
  font-size: 1.2rem;
  line-height: 25px;
}

#user_details .user_details .location .user_contact a {
  color: #000000;
  line-height: 25px;
  font-size: 1.2rem;
}

#user_details .user_details .location .socials {
  padding: 15px 0;
}

#user_details .user_details .location .socials a img {
  width: 30px;
  height: 30px;
}

#user_details .user_details .days p {
  font-size: 1.2rem;
  line-height: 25px;
}

#user_details .user_details .user_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 30%;
}

#user_details .user_details .user_contact input,
#user_details .user_details .user_contact textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
  width: 90%;
  font-size: 1.2rem;
}

#user_details .user_details .user_contact input:hover,
#user_details .user_details .user_contact textarea:hover {
  border-bottom: 2px solid #000000;
}

#user_details .user_details .user_contact .message textarea {
  width: 190%;
  padding: 0;
}

@media screen and (max-width: 500px) {
  #user_details .user_details {
    flex-direction: column;
  }

  #user_details .user_details .user_contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

/*
  =============== 
  Footer Section
  ===============
  */
/*
  =============== 
  Approach  Section
  ===============
  */
#therapy .therapy #approach .approach {
  text-align: center;
  background: #f7f6f6;
  padding: 50px;
  height: 70vh;
  /*
  =============== 
  Media Query
  ===============
  */
}

#therapy .therapy #approach .approach_header h3 {
  font-size: 3rem;
  margin-bottom: 3%;
  font-weight: 600;
}

#therapy .therapy #approach .approach_content {
  width: 70%;
  margin: 0 auto;
}

#therapy .therapy #approach .approach_content p {
  font-size: 1.2rem;
  line-height: 35px;
}

@media screen and (max-width: 500px) {
  #therapy .therapy #approach .approach {
    text-align: left;
    padding: 10px;
    height: 70vh;
  }

  #therapy .therapy #approach .approach_header h3 {
    font-size: 2rem;
  }

  #therapy .therapy #approach .approach_content {
    width: 70%;
    margin: 0 auto;
  }

  #therapy .therapy #approach .approach_content p {
    font-size: 1.2rem;
    line-height: 35px;
  }
}

/*
  =============== 
  About Section
  ===============
  */
#therapy .therapy #about .about {
  background: #f0eded;
  margin: 0 auto;
  padding: 50px;
  /*
  =============== 
  Media Query
  ===============
  */
}

#therapy .therapy #about .about_header {
  text-align: center;
}

#therapy .therapy #about .about_header h3 {
  font-size: 3rem;
  margin-bottom: 3%;
}

#therapy .therapy #about .about_header p {
  width: 70%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: left;
}

#therapy .therapy #about .about_card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 3%;
}

#therapy .therapy #about .about_card_list ul li {
  list-style: disc;
  line-height: 25px;
  font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
  #therapy .therapy #about .about {
    padding: 20px;
  }

  #therapy .therapy #about .about_header h3 {
    font-size: 2rem;
  }

  #therapy .therapy #about .about_header p {
    width: 100%;
  }

  #therapy .therapy #about .about_card {
    flex-direction: column;
  }

  #therapy .therapy #about .about_card_img img {
    width: 100%;
    height: 100%;
  }
}

/*
  =============== 
  Contact Section
  ===============
  */
#therapy .therapy #contact .contact {
  padding: 50px;
  background: rgba(161, 193, 202, 0.5803921569);
  height: 37vh;
}

#therapy .therapy #contact .contact .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 100%;
}

#therapy .therapy #contact .contact .circle_1,
#therapy .therapy #contact .contact .circle_2,
#therapy .therapy #contact .contact .circle_3,
#therapy .therapy #contact .contact .circle_4,
#therapy .therapy #contact .contact .circle_5 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#therapy .therapy #contact .contact .circle_1 {
  background-color: #ccc6c6;
}

#therapy .therapy #contact .contact .circle_2 {
  background-color: #fadcd6;
}

#therapy .therapy #contact .contact .circle_3 {
  background-color: #e5c7b5;
}

#therapy .therapy #contact .contact .circle_4 {
  background-color: #b6d1d9;
}

#therapy .therapy #contact .contact .circle_5 {
  background-color: #e8eff1;
}

/*
  =============== 
  Blog Section
  ===============
  */
#therapy .therapy #blog .blog {
  background: #fff;
  /*
  =============== 
  Media  Query
  ===============
  */
}

#therapy .therapy #blog .blog_header {
  text-align: center;
  padding: 50px;
}

#therapy .therapy #blog .blog_header h3 {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 500;
  color: #fe3f40;
}

#therapy .therapy #blog .blog_posts {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2% auto;
}

#therapy .therapy #blog .blog_posts p {
  font-size: 1.2rem;
}

#therapy .therapy #blog .blog_cards {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

#therapy .therapy #blog .blog_cards .blog_card {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  height: 350px;
}

#therapy .therapy #blog .blog_cards .blog_card_img {
  height: 100%;
  width: 460px;
}

#therapy .therapy #blog .blog_cards .blog_card_img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

#therapy .therapy #blog .blog_cards .blog_card_content {
  width: 500px;
  background: #ffffff;
  padding: 0 30px;
}

#therapy .therapy #blog .blog_cards .blog_card_content .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
}

#therapy .therapy #blog .blog_cards .blog_card_content .content h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px 0;
}

#therapy .therapy #blog .blog_cards .blog_card_content .content h3 a {
  color: #000000;
}

#therapy .therapy #blog .blog_cards .blog_card_content .content h3 a:hover {
  color: #fe3f40;
}

#therapy .therapy #blog .blog_cards .blog_card_content .content p {
  font-size: 1rem;
  line-height: 25px;
  margin-bottom: 20px;
}

#therapy .therapy #blog .blog_cards .blog_card_content .border {
  margin-top: 1.5rem;
  width: 100%;
  border-top: 1px solid #000000;
}

#therapy .therapy #blog .blog_cards .blog_card_content .border .details {
  display: flex;
  justify-content: space-between;
}

#therapy .therapy #blog .blog_cards .blog_card_content .border .details .views {
  display: flex;
  gap: 2rem;
}

#therapy .therapy #blog .blog_cards .blog_card_content .border .details .heart {
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  .buttons_za_prijavu {
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
    gap: .5rem;
    
  }
}

@media screen and (max-width: 500px) {

  #therapy .therapy #blog .blog_cards .blog_card_img {
    width: 80%;
  }

  #therapy .therapy #blog .blog_header h3 {
    font-size: 2rem;
  }

  #therapy .therapy #blog .blog_posts {
    width: 100%;
    padding: 10px;
  }

  #therapy .therapy #blog .blog_cards .blog_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    
  }

  #therapy .therapy #blog .blog_cards .blog_card_content {
    width: auto;
  }
}

.prijava-button {
  border: 1px solid #ff4568;
  padding: .5rem .8rem;
  border-radius: 15px;
  background-color: #ff4568;
  color: white;
  cursor: pointer;
}

/*
  =============== 
  Blog_1 Section
  ===============
  */
#therapy .therapy {
  /*
  =============== 
  Media Query
  ===============
  */
}

#therapy .therapy #blog .blog {
  padding: 10px 0;
}

#therapy .therapy #blog .blog box-icon,
#therapy .therapy #blog .blog svg {
  cursor: pointer;
}

#therapy .therapy #blog .blog_1 {
  width: 40%;
  margin: 0 auto;
}

#therapy .therapy #blog .blog_1 .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  margin-top: 7rem;
}

#therapy .therapy #blog .blog_1_title {
  margin: 3% 0;
}

#therapy .therapy #blog .blog_1_title h2 {
  font-size: 2.5rem;
  margin-bottom: 3%;
}

#therapy .therapy #blog .blog_1_title p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
}

#therapy .therapy #blog .blog_1_img {
  width: 100%;
  height: 100%;
}

#therapy .therapy #blog .blog_1_img img {
  width: 100%;
  height: 100%;
}

#therapy .therapy #blog .blog_1_content p {
  font-size: 1.2rem;
  line-height: 30px;
  margin: 3% 0;
}

#therapy .therapy #blog .blog_1_content .side_bar {
  height: 120px;
  border-left: 2px solid #899da3;
  margin: 5% 0;
}

#therapy .therapy #blog .blog_1_content .side_bar h3 {
  font-size: 1.1rem;
  font-weight: 700;
  padding-left: 20px;
  line-height: 30px;
}

#therapy .therapy #blog .blog_1_content .details h2 {
  font-size: 3rem;
  margin: 3% 0;
}

#therapy .therapy #blog .blog_1_content .details p {
  margin: 2% 0;
}

#therapy .therapy #blog .blog_socials {
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #899da3;
  border-bottom: 1px solid #899da3;
}

#therapy .therapy #blog .blog_socials .socials {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 20px;
}

#therapy .therapy #blog .blog_socials .feedback {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#therapy .therapy #blog .blog_socials .feedback_count {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#therapy .therapy .more_blog {
  width: 50%;
  margin: 5% auto;
}

#therapy .therapy .more_blog box-icon,
#therapy .therapy .more_blog svg {
  cursor: pointer;
}

#therapy .therapy .more_blog_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3% 0;
}

#therapy .therapy .more_blog_header h3 {
  font-weight: 500;
  font-size: 2rem;
}

#therapy .therapy .more_blog_header p {
  font-size: 1.4rem;
}

#therapy .therapy .more_blog_cards {
  display: flex;
  justify-content: space-evenly;
  gap: 3rem;
}

#therapy .therapy .more_blog_cards .card {
  width: 222px;
  text-align: center;
}

#therapy .therapy .more_blog_cards .card_img {
  width: 220px;
  height: 150px;
}

#therapy .therapy .more_blog_cards .card_img img {
  width: 100%;
  height: 100%;
}

#therapy .therapy .more_blog_cards .card_title {
  margin: 5% 0;
  padding: 0 10px;
}

#therapy .therapy .more_blog_cards .card_title h3 {
  font-size: 1rem;
  font-weight: 500;
}

#therapy .therapy .more_blog_cards .card_title h3 a {
  color: #000000;
}

#therapy .therapy .more_blog_cards .card_title h3 a:hover {
  color: #899da3;
}

#therapy .therapy .comment {
  width: 40%;
  margin: 0 auto;
}

#therapy .therapy .comment h3 {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #899da3;
  padding-bottom: 20px;
}

#therapy .therapy .comment_input {
  width: 100%;
  margin: 3% 0;
}

#therapy .therapy .comment_input input {
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #899da3;
  padding: 20px;
  outline: none;
}

@media screen and (max-width: 500px) {
  #therapy .therapy #blog .blog_1 {
    width: 100%;
    padding: 0 10px;
  }

  #therapy .therapy #blog .blog_1_title h2 {
    font-size: 2.5rem;
  }

  #therapy .therapy #blog .blog_1_content .side_bar {
    height: 350px;
  }

  #therapy .therapy #blog .blog_1_content .side_bar h3 {
    font-size: 1.5rem;
  }

  #therapy .therapy #blog .blog_1_content .details h2 {
    font-size: 2.5rem;
  }

  #therapy .therapy #blog .blog_socials {
    width: 100%;
    flex-direction: column;
  }

  #therapy .therapy .more_blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #therapy .therapy .more_blog_header h3 {
    font-size: 1.5rem;
  }

  #therapy .therapy .more_blog_header p {
    font-size: 1.2rem;
  }

  #therapy .therapy .more_blog_cards {
    flex-direction: column;
  }

  #therapy .therapy .comment {
    width: 100%;
  }

  #therapy .therapy .comment h3 {
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #899da3;
    padding-bottom: 20px;
  }

  #therapy .therapy .comment_input input {
    font-size: 1.3rem;
  }
}

/* Animations */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=style.css.map */