.detilda-feed-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  visibility: visible !important;
}

.t-feed__post-preloader__container_hidden {
  display: none !important;
}

.detilda-feed-grid.detilda-feed-home {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.detilda-feed-card {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.detilda-feed-card a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.detilda-feed-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  padding-bottom: 62%;
  width: 100%;
}

.detilda-feed-title {
  color: #222;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
}

.detilda-feed-descr {
  color: #555;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

@media screen and (max-width: 960px) {
  .detilda-feed-card {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .detilda-feed-grid.detilda-feed-home {
    padding-left: 0;
    padding-right: 0;
  }
}
