.made-with-text{
  font-family: 'Barlow-Bold';
  font-size: 36px;
  color: #1F1F1F;
}

.tag-btn {
  margin: 0.5rem 0 0.5rem 0;
  border: 0;

  width: 142px;
  height: 43px;
  font-size: 20px;
  color: #737373;
  background: #E7E7E7;
  border-radius: 40px;
  font-family: 'Poppins-Medium';
}

.made-text-box h6 {
  font-size: 20px;
  color: #1F1F1F;
  text-align: unset;
  line-height: unset;
}

.carousel-title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  
  font-size: 40px;
  color: #1F1F1F;

  margin-top: 15rem;
  font-family: 'Barlow-Bold';
}

.smooth-text h6 {
  text-align: unset;
  line-height: unset;
  font-size: 20px;
  font-family: 'Poppins-Regular';
}

.thumbnail-ideas {
  color: #1E1E1E;
  font-size: 40px;
  font-family: Barlow-Bold;
}

.comment-title{
  font-size: 40px !important;
  color: #181818;
  font-family: 'Barlow-Bold';
  margin-top: 75px;
  margin-bottom: 40px;
}

.card-desc p:nth-child(1) {
  font-size: 20px;
  color: #000000;
  font-family: 'Poppins-SemiBold';
}

.card-desc p:nth-child(2) {
  font-size: 15px;
  color: #000000;
  font-family: 'Poppins-Regular';
}

.user-name p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins-Medium';
}

.footer-box{
  height: 195px;
  margin: 25px 0 120px 0;
  min-width: 320px;
  font-size: 20px;

  display: flex;
  justify-content: center;
  font-family: 'Poppins-Medium';
}

@media (max-width: 768px) {
  .made-with-text{
    font-size: 24px;
  }

  .tag-btn {
    width: 105px;
    height: 29px;
    font-size: 14px;
  }

  .made-text-box h6 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .carousel-title {
    font-size: 26px;
    margin-top: 12rem !important;
  }

  .smooth-text h6 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .thumbnail-ideas {
    font-size: 26px;
  }

  .comment-title{
    margin-top: 20px;
    font-size: 26px !important;
  }

  .card-desc p:nth-child(1) {
    font-size: 16px;
  }

  .card-desc p:nth-child(2) {
    font-size: 14px;
  }

  .user-name p{
    font-size: 14px;
  }

  .footer-box{
    font-size: 12px;
  }
}