@import "../base.css";

.section-mother-voice .list-post-item .widget_media_image {
  float: left;
  width: 40%;
  margin-right: 70px;
}

.section-mother-voice .list-post-item {
  display: flex;
  margin-bottom: 50px;
}

.section-mother-voice .list-post-item .item {
  width: 100%;
}

.section-mother-voice .list-post-item:last-child {
  margin-bottom: 0;
}

.section-mother-voice .list-post-item img {
  height: 300px !important;
  object-fit: cover;
  width: 100%;
}

.section-mother-voice .list-post-item .widgettitle {
  margin-bottom: 30px;
}

.section-mother-voice .list-post-item .textwidget {
  margin: 30px 0;
}

.section-mother-voice .list-post-item .textwidget p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 25px;
}

/* section-attribute */

.section-attribute {
  background: #efefef;
}

.section-attribute  .widget_media_image {
  text-align: center;
}

.section-attribute .block-item:first-child {
  margin-bottom: 100px;
}

.section-attribute .block-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 991px){
  .section-mother-voice .list-post-item .widget_media_image{
    width: 50%;
  }
}

@media (max-width: 767px) {

  .section-mother-voice .list-post-item img  {
    height: 250px !important;
  }
  .section-mother-voice .list-post-item .widget_media_image {
    float: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .section-mother-voice .list-post-item .textwidget p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .section-mother-voice .list-post-item .textwidget {
    margin: 20px 0;
  }

  .section-mother-voice .list-post-item .widgettitle {
    margin-bottom: 0;
  }

  .section-mother-voice .list-post-item {
    margin-bottom: 40px;
  }
}