.about__text__inner .c-ttl__en {
	margin-top: 0!important;
}

.concept-logo {
	text-align: center;
}

.concept-logo-img {
	width: 90%;
}

.about__message {
	padding: 0 0 100px;
}

.about__message__left {
	position: relative;
}

.about__message__left:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 132px;
    z-index: 100;
    top: 45px;
    left: -25px;
    transform: translateY(-50%);
    background-image: url(../images/water.png);
    background-size: cover;
}

@media screen and (min-width: 768px)  {
  .about__message__row {
		gap: 43px;
  }
  
  .about__message__left {
  		min-width: 304px;
  }
  
  .about__message__left:before {
    width: 247px;
    height: 265px;
    z-index: 100;
    top: 45px;
    left: -70px;
    transform: translateY(-50%);
  }
}

.about__message__taxt .c-txt {
	font-size: 16px;
}

.about__message__copy {
	font-size: 25px;
}

.about__row {
	margin-top: 100px!important;
}

.about__text {
	padding: 0 15px;
}

.about__text h2 {
	font-size: 20px;
    line-height: 1.5;
  	margin-top: 20px;
}

.about__under__text {
	position: relative;
}

.about__under__text h2 {
	font-size: 20px;
  	line-height: 1.5;
}

.about__under__text:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #D8D8D8;
  top: -60px;
  left: 0;
}

.about__under__text:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #D8D8D8;
  bottom: -60px;
  left: 0;
}

@media screen and (min-width: 768px) {
  	.about__header {
      padding-bottom: 32.9%;
  }
  
  .about__message__copy {
	font-size: 40px;
  }
  
  	.about__text h2,
  	.about__under__text h2 {
        font-size: 25px;
      	font-weight: normal;
    }
  
  	.about__text__inner:before {
      position: absolute;
      width: 100%;
      height: 1px;
      content: "";
      background: #D8D8D8;
      top: -35px;
      left: 0;
    }
  
    .about__text__inner:after {
      position: absolute;
      width: 100%;
      height: 1px;
      content: "";
      background: #D8D8D8;
      bottom: -35px;
      left: 0;
    }
  
  	 .about__box {
      gap: 50px;
    }
  
	.about__text.fst {
      padding: 0;
    }
  
  	.about__text.sec {
      padding: 0;
    }
  
    .about__text h2 {
      font-size: 25px;
      font-weight: normal;
      line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
  .about__img.-top img {
  	border-radius: 0 10px 10px 0;
  }
  
  .about__img.-under img {
  	border-radius: 10px 0 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .about__box {
  	gap: 100px;
  }
  
  .about__row {
	margin-top: 170px!important;
  }
  
  .about__img {
  	min-width: 47.5%;
  }
  
  .about__text.fst {
	padding: 0;
  }
  
  .about__text.sec {
	padding: 0;
  }
  
  .about__text__inner {
  	position: relative;
  }
  
  .about__text__inner p {
  	margin-top: 50px;
  }
}

.about__message__row {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .about__message__row:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      top: 150px;
      left: -300px;
      background-image: url(../images/bio-circle.png);
      background-size: cover;
  }
}

.about__box__sec {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .about__box__sec:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      bottom: -200px;
      right: -300px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}