.guide-aside-widget {
  display: flex;
  flex-direction: column;
}

.section-border {
  padding-block-end: 25px;
  border-bottom: solid 1px #eee;
  margin-block-end: 15px;
}

.guide-section-title {
  font-size: 18px;
  font-weight: 500;
  color: #355777;
}

.guide-list {
  margin-block-start: 10px;
}

.left-img-widget {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  margin-inline-end: 10px;
  margin-block-end: 10px;
}

.border-bottom_guide {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 25px;
  margin-top: 25px;
}

.guide-main_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.guide__resent-post {
  padding-block: 8px;
  padding-inline: 15px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.guide__resent-post-link {
  color: var(--black);
}

.guide__resent-post-link:hover {
  color: blue;
}
.guide_link-more {
align-self: flex-end;
margin-inline-end: 5px;
}

.widget__title {
  padding-block-end: 10px;
}


