.banner{
    background-image: url(../img/sayfa-banner-img.png);
    width: 100% !important;
    height: 320px !important;
    background-size: cover;
  }

  .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }


  .blogList {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blogCardImage, .blogCardImage img {
  aspect-ratio: 2/1.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogCard {
  box-shadow: 0 0 3px 1px #ebebeb;
}

.blogCardTextArea {
  padding: 30px 44px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.blogCardText {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}



.blogCardTitle {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Poppins';
  line-height: 24px;
  color: #000;
}

.blogCardDescription {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Poppins';
  color: #000000;
}

.blogCardButton a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #56c4e0;
}

.blogListRow
{
  row-gap: 80px;
}


.featuredBlogs {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #87878770;
}

.featuredBlogs .featuredBlogsTitle {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 28px;
  color: #000;
}

.blogDetailArea {
  padding-top: 40px;
}


.blogDetailText {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.blogDetailTitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Poppins';
  color: #000000;
}


.blogDetailDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Poppins';
  color: #000000;
}

@media only screen and (max-width: 991px)
{
  .blogListRow {
    row-gap: 50px;
}
}

@media only screen and (max-width: 425px)
{
  .blogCardTextArea {
    padding: 30px 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.blogDetailTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins';
  color: #000000;
}

.blogDetailDescription {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Poppins';
  color: #000000;
}
}