@media only screen and (min-width: 768px) {
  .egc_about .c-heading-l2 {
    position: relative;
    margin-bottom: 40px;
  }

  .egc_about .c-heading-l2__subTitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    padding: 0 15px;
    color: #586a56;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(to top,#beebc3 16px, transparent 16px);
    transform: translateX(-50%);
  }

  .egc_about .c-heading-l2__subTitle > span {
    position: relative;
  }

  .egc_about .c-heading-l2__subTitle > span::before {
    position: absolute;
    top: -15px;
    left: 50%;
    display: block;
    width: 9px;
    height: 8px;
    background: url(../img/img-dot.png) no-repeat 0 0;
    transform: translateX(-50%);
    content: "";
  }

  .egc_about .c-heading-l3 {
    margin-bottom: 80px;
    text-align: center;
  }

  .egc_about .c-heading-l3__title {
    display: inline-block;
    padding: 0 15px;
    color: #586a56;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(to top,#e5f4e1 16px, transparent 16px);
  }

  .egc_about .c-heading-l3__title > span {
    position: relative;
  }

  .egc_about .c-heading-l3__title > span::before {
    position: absolute;
    top: -15px;
    left: 50%;
    display: block;
    width: 9px;
    height: 8px;
    background: url(../img/img-dot.png) no-repeat 0 0;
    transform: translateX(-50%);
    content: "";
  }

  .egc_about .c-media {
    margin-bottom: 25px;
  }

  .egc_about .c-lead {
    margin-bottom: 85px;
  }

  .egc_about .c-underline {
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #61b44d, #61b44d 4px, transparent 4px, transparent 8px);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }

  .egc_about .c-block {
    padding: 50px 32px;
    background: url(../img/bg.jpg);
  }

  .egc_about .c-mediaLayout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .egc_about .c-mediaLayout__media {
    flex-shrink: 0;
  }

  .egc_about .c-mediaLayout__text {
    position: relative;
    padding: 28px 30px;
    border-radius: 10px;
    width: 415px;
    background-color: #fff;
  }

  .egc_about .c-mediaLayout__text::before {
    position: absolute;
    bottom: 35px;
    left: -38px;
    display: block;
    width: 46px;
    height: 24px;
    background: url(../img/img-balloon.png) no-repeat 0 0;
    content: "";
  }

  .egc_about .c-mediaLayout__symbol {
    position: absolute;
    top: -105px;
    right: 15px;
  }

  .egc_about .c-mediaLayout.-reverse {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 110px;
  }

  .egc_about .c-mediaLayout.-reverse .c-mediaLayout__text::before {
    left: auto;
    right: -38px;
    background-image: url(../img/img-balloon-02.png);
  }

  .egc_about .c-mediaLayout.-reverse .c-mediaLayout__symbol {
    right: auto;
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .egc_about .c-heading-l2 {
    position: relative;
    margin-bottom: 20px;
  }

  .egc_about .c-heading-l2__subTitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    padding: 0 10px;
    color: #586a56;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(to top,#beebc3 8px, transparent 8px);
    transform: translateX(-50%);
  }

  .egc_about .c-heading-l2__subTitle > span {
    position: relative;
  }

  .egc_about .c-heading-l2__subTitle > span::before {
    position: absolute;
    top: -5px;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    background: url(../img/img-dot.png) no-repeat 0 0;
    background-size: cover;
    transform: translateX(-50%);
    content: "";
  }

  .egc_about .c-heading-l3 {
    margin-bottom: 25px;
    text-align: center;
  }

  .egc_about .c-heading-l3__title {
    display: inline-block;
    padding: 0 15px;
    color: #586a56;
    font-weight: bold;
    font-size: 24px;
    background: linear-gradient(to top,#e5f4e1 16px, transparent 16px);
  }

  .egc_about .c-heading-l3__title > span {
    position: relative;
  }

  .egc_about .c-heading-l3__title > span::before {
    position: absolute;
    top: -15px;
    left: 50%;
    display: block;
    width: 9px;
    height: 8px;
    background: url(../img/img-dot.png) no-repeat 0 0;
    transform: translateX(-50%);
    content: "";
  }

  .egc_about .c-media {
    margin-bottom: 25px;
  }

  .egc_about .c-lead {
    margin-bottom: 35px;
  }

  .egc_about .c-underline {
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #61b44d, #61b44d 4px, transparent 4px, transparent 8px);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }

  .egc_about .c-block {
    padding: 30px 20px;
    background: url(../img/bg.jpg);
  }

  .egc_about .c-mediaLayout {
    display: flex;
    flex-direction: column-reverse;
  }

  .egc_about .c-mediaLayout__media {
    flex-shrink: 0;
    margin-bottom: 40px;
  }

  .egc_about .c-mediaLayout__text {
    position: relative;
    padding: 55px 30px 28px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
  }

  .egc_about .c-mediaLayout__symbol {
    position: absolute;
    top: -35px;
    left: -20px;
    width: 88px;
  }

  .egc_about .c-mediaLayout.-reverse {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .egc_about .c-mediaLayout.-reverse .c-mediaLayout__text::before {
    left: auto;
    right: -38px;
    background-image: url(../img/img-balloon-02.png);
  }
}