.lcpe-posts {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1128px;
  margin: auto;
}

.lcpe-item {
  width: calc(100% / 3 - 16px);
}

.lcpe-item img {
  width: 100%;
  height: auto;
}

.lcpe-item h3 {
  margin-top: 8px;
  margin-bottom: 0;
}

.lcpe-item h3 a {
  font-size: 24px;
  color: #3f0303;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 400;
}

.lcpe-item:nth-child(2) {
  margin-top: -60px;
}

.lcpe-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 128%;
}
.lcpe-thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .lcpe-item h3 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .lcpe-item h3 a {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .lcpe-item:nth-child(2) {
    margin-top: 0;
  }
  .lcpe-item {
    width: calc(100% / 2 - 12px);
  }
  .lcpe-posts {
    justify-content: center;
  }
}
