
.bisiesto-block.b-banner{
  position: relative;
  padding: 32px 0;

}
.bisiesto-block .b-banner__wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    }
.bisiesto-block .b-banner__image {
    background: radial-gradient(circle at center 55%, #FFC92870 -50%, transparent 50%);
    background-size: contain;
  }
.bisiesto-block .b-banner__image img{
      max-width: 100%;
      height: auto;
    }
.post__sidebar .bisiesto-block.b-banner{
  border-radius: var(--border-radius);
}
@media screen and (min-width: 768px){
  .bisiesto-block.b-banner:not(.post__sidebar .b-banner) {
    padding: 0;
  }

    .bisiesto-block.b-banner:not(.post__sidebar .b-banner):before {
      content: "";
      position: absolute;
      background-color: white;
      top: 0;
      left: 0;
      right: 0;
      height: 56px;
      z-index: 1;
    }
    .bisiesto-block.b-banner:not(.post__sidebar .b-banner)  .b-banner__wrapper{
      display: grid;
      grid-template-columns: 1fr 1fr;
      z-index: 1;
    }

    .bisiesto-block.b-banner:not(.post__sidebar .b-banner)  .b-banner__content{
      place-self: center start;
      padding-top: 76px;
      padding-bottom: 20px;
      max-width: 461px;
    }
}

