@media only screen and (min-width: 768px) {
  .egc_awmaterial .c-intro {
    margin-bottom: 45px;
  }

  .egc_awmaterial .c-heading-l2 {
    margin-bottom: 50px;
  }

  .egc_awmaterial .c-heading-l2__title {
    margin-bottom: 17px;
  }

  .egc_awmaterial .c-heading-l2__date {
    position: relative;
    overflow: hidden;
    border: 3px solid #3aa120;
    padding: 15px 0 16px;
    text-align: center;
  }

  .egc_awmaterial .c-heading-l2__date::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #e5f4e1 transparent transparent transparent;
    content: "";
  }

  .c-heading-l3 {
    margin-bottom: 30px;
  }

  .c-heading-l3 h3{
    padding-left: 0;
  }

  .egc_awmaterial .c-lead {
    margin-bottom: 60px;
  }
  .egc_awmaterial .c-lead p:first-of-type{
    margin-bottom: 20px;
  }

  .greencurtain.c-text,
  .egc_awmaterial .c-text {
    margin-bottom: 60px;
  }
 
  .egc_awmaterial .c-block{
    margin: 0 auto 65px;
    width: 880px;
  }
  .block-event-page--accessory .c-block{
    margin-bottom: 65px;
  }
  .block-event-page--accessory .c-heading-l3__title::after{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .egc_awmaterial .c-heading-l2 {
    margin-bottom: 30px;
  }

  .egc_awmaterial .c-heading-l2__title {
    margin-bottom: 5px;
  }

  .egc_awmaterial .c-heading-l2__date {
    position: relative;
    overflow: hidden;
    border: 1px solid #3aa120;
    padding: 10px 0;
    text-align: center;
  }

  .egc_awmaterial .c-heading-l2__date > img {
    width: 162px;
  }

  .egc_awmaterial .c-heading-l2__date::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #e5f4e1 transparent transparent transparent;
    content: "";
  }
  .c-heading-l3 {
    margin-bottom: 15px;
    text-align: center;
  }
.c-heading-l3__title{padding:0;}

  .c-heading-l3 .-title1 {
    width: 80%;
  }

  .c-heading-l3 .-title2 {
    width: 78%;
  }

  .c-heading-l3 .-title3 {
    width: 95%;
  }

  .egc_awmaterial .c-lead {
    margin-bottom: 35px;
  }
  .egc_awmaterial .c-lead p:first-of-type{
    margin-bottom: 18px;
  }

  .egc_awmaterial .c-block,
  .block-event-page--accessory .c-block {
    margin-bottom: 40px;
  }
  .block-event-page--accessory .c-heading-l3__title::after{
    display: none;
  }
}