.bigposts {
  max-width: none !important;
  width: 100% !important;
  margin-bottom: 3rem;
}

.bigposts h2 {
  margin-bottom: 4px;
}
.bigposts-data {
  color: #747474;
  line-height: 1.3;
  font-size: 0.9em;
  margin-bottom: 11px;
}

.bigposts-biggest {
  position: relative;
  min-height: calc(100vh - 80px);
  display: block;
  color: inherit;
  font-weight: inherit;
}
.bigposts-biggest img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.bigposts-biggest-infobox {
  position: absolute;
  background-color: #fff;
  margin: 0 5vw;
  padding: 1.5rem;
  border-radius: 20px;
  bottom: 8vw;
}

.bigposts-list {
  padding: 7vw 5vw;
}
.bigposts-list-inner {
  gap: 2.5rem;
  display: flex;
  flex-direction: column;
}
.bigposts-list-element {
  color: inherit;
  font-weight: inherit;
}
.bigposts-list img {
  border-radius: 20px;
}
.bigposts-list h2 {
  margin-top: 15px;
}



@media only screen and (min-width: 990px) {
  body.home header {
    position: absolute;
    width: 100%;
  }
  .bigposts {
    display: flex;
    min-height: 100vh;
  }
  .bigposts:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .bigposts:nth-of-type(2) .bigposts-biggest {
    border-radius: 39px 0 0 39px;
  }
  .bigposts:nth-of-type(3) .bigposts-biggest {
    border-radius: 0 39px 39px 0;
  }
  .bigposts-biggest {
    width: 42%;
    border-radius: 0 0 39px;
    overflow: hidden;
  }
  .bigposts-biggest-infobox {
    margin: 0 3rem;
    bottom: 3.3rem;
    padding: 1.8rem 2.1rem 2.1rem;
  }
  .bigposts-list {
    width: 58%;
    padding: 90px 5vw;
    display: flex;
    align-items: center;
  }
  .bigposts-list-inner {
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
    align-items: start;
  }
  .bigposts-list-element {
    max-width: 42%;
  }
}


@media only screen and (min-width: 1200px) {
  .bigposts-biggest h2 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}