.post-statitics .post-item {
  width: 100%;
  overflow: hidden;
  max-width: 650px;
  margin: 40px auto;
  border-radius: 20px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.2);
}
.post-statitics .post-body {
  display: flex;
  height: auto;
  min-height: 150px;
  max-height: 250px;
  align-items: center;
  overflow: visible;
  position: relative;
}
.post-statitics .post-body .img-content {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  max-height: 350px;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.post-statitics .post-body .img-content .img_box {
  padding-top: 93.75%;
}
.post-statitics .post-body .img-content .cover-img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.post-statitics .post-body .content {
  width: calc(100% - 10rem);
  padding: 30px 10px 24px 24px;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0 20px 0 0;
  margin: 0 0 0 10rem;
  position: relative;
}
.post-statitics .post-body .content p {
  margin: 0 0 15px 0;
  cursor: pointer;
}
.post-statitics .post-item + h2 {
  margin: 70px 0 30px 0;
}

.totals {
  width: 100%;
  margin: 0 auto 70px auto;
  max-width: 450px;
  gap: 15px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  justify-content: center;
}

.total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.total span:first-child {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: bold;
  text-align: center;
}
.total .total_number {
  font-size: 22px;
  padding: 12px 64px;
  border-radius: 10px;
  background-color: #ffeeee;
}

.graphic {
  text-align: center;
  margin: 0 auto 60px auto;
}
.graphic .h2,
.graphic .desc_graphic {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
}
.graphic .span-block.pink {
  font-weight: bold;
}
.graphic .canvas-container {
  width: 80vw;
  max-width: 820px;
  height: 50vh;
  max-height: 410px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphic .graphic-leyend {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 520px;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  flex-wrap: wrap;
}
.graphic .graphic-leyend-item {
  position: relative;
  padding: 5px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  flex-wrap: nowrap;
}
.graphic .graphic-leyend-item .indicator {
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-right: 5px;
  border-radius: 2px;
}
.graphic .graphic-leyend-item .indicator-pink {
  background-color: #e83687;
}
.graphic .graphic-leyend-item .indicator-orange {
  background-color: #fec4b0;
}
.graphic .graphic-leyend-item .leyend-title {
  text-align: left;
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .post-statitics .post-item {
    margin-top: 7rem;
    overflow: visible;
  }
  .post-statitics .post-body {
    flex-flow: column;
  }
  .post-statitics .post-body .img-content {
    top: -5rem;
    max-height: 150px;
    border-radius: 10px;
    box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.2);
  }
  .post-statitics .post-body .img-content .img_box {
    padding-top: 93.75%;
  }
  .post-statitics .post-body .img-content .cover-img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .post-statitics .post-body .content {
    width: 100%;
    margin-left: 0;
    margin-top: 5rem;
    padding: 10px 20px 10px;
  }
}
