.card-post img {
  width: 100%;
  height: 400px; 
  border-radius: 44px;
}
section#actions-blog {
  width: 100%;
  align-items: start; 
  margin-bottom: 70px;
}
.actions-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1020px) {
  .actions-div {
    display: none;
  }
}
#blog-search {
  display: flex;
  width: 380px;
  height: 36px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  border: 2px solid #2364AA;
  padding: 0 20px;

  color: rgba(41, 36, 72, 0.57);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

#title-page-blog {
  color: #000;
  text-align: start;
  font-family: Metropolis, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-post button {
  background: transparent; 
  color: #2364AA;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 34px; 
  justify-content: center; 
  align-items: center; 
  gap: 10px;
}

.div-button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}

button#load-more-posts {
  border: 1px solid rgba(0, 148, 54, 0.50);
  color:  #009436;
  background: #fff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 44px;
}
button#load-more-posts:hover {
  background: #009436;
  color: #fff;
  transition: 0.3s;
}
button#load-more-posts:active {
  background: #009436;
  color: #fff;
  transition: 0.3s;
}
section#recent-posts {
  margin-bottom: 100px;
}

section#all-posts, section#recent-posts { 
  display: flex;
  flex-direction: column; 
  align-items: center; 
  white-space: normal;
}

#title {
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.container.educational-archive section#all-posts .row,
.container.educational-archive section#recent-posts .row {
  flex-wrap: wrap !important;
  justify-content: start;
  width: 100%;
}

@media (max-width: 1250px) {
  .container.educational-archive section#all-posts .row,
  .container.educational-archive section#recent-posts .row  {
    justify-content: center;
  }
}

.read-more {
  display: none;
}

.card-post {
  min-width: 350px;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-post p {
  width: 100%;
  max-width: 380px;
  height: 110px;
  overflow: hidden;
  color: #000;

  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

#title-post {
  color: #000;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#div-excerpt{
  flex-grow: 1;
}
#div-excerpt p {
  color: #000;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

#row-tags-post {
  display: flex;
  flex-direction: row;
  justify-content: start !important;
  gap: 10px;
  margin: 15px 10px;
}

.tag-post {
  display: flex;
  width: auto; 
  padding: 8px 12px; 
  align-items: center; 
  gap: 6px;
  border-radius: 26.5px; 
  background: #C2BFE7; 
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500; 
  line-height: normal;
}