.header-logo img {
  width: 30%;
  height: auto;
}
.about-wrap h3 {
	font-size: 3.2rem;
	text-align: center;
  font-family: 'Courgette', cursive;
	/*background-color: #d7cfca;*/
	padding: 5px 0;
	margin: 80px 0;
	width: 100%;
	font-weight: 200;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #fff;
}
/* .about-wrap p {
	text-align: center;
	line-height: 2;
	padding-right: 90px;
	margin-bottom: 100px;
} */
#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#nav-toggle {
  position: fixed;
  top: 16px;
  right: 5px;
  height: 32px;
  cursor: pointer;
}
.container {
  position: relative;
  padding-top: 65px;
}
.footer-logo {
  margin: 10px auto 0;
  width: 60px;
  font-size: .8rem;
  line-height: 1;
}
.about-inner2 {
	display: flex;
	justify-content: space-between;
}
.about-inner-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-inner2 img{
	width: 20%;
	height: auto;
}
.about-card {
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
}
.about-card-bg {
	width: 32%;
	background-image: url("../img/about-card-bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #dcdcdc;
	display: flex;
}
.about-card-contents {
/*height: 200px;*/
display: flex;
flex-direction: column;
/* align-content: space-between; */
justify-content: space-between;
}
.about-inner-r {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.about-inner-r img {
	margin-right: 70px;
	width: 120px;
}
.about-card-bg:nth-child(2n) {
	background-image: url("../img/about-card-bg02.jpg");
}
.about-card-bg:nth-child(3n) {
	background-image: url("../img/about-card-bg03.jpg");
}
.about-card-bg {
	width: 32%;
	background-image: url("../img/about-card-bg01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #dcdcdc;
	display: flex;
}
.about-card-inner {
    padding: 15px;
    margin: 15px;
    background-color: rgba(255,255,255,.9);
}
.about-card-head {
    display: flex;
    margin-bottom: 10px;
}
.about-card-head img {
  width: 50px;
	margin-right: 15px;
	margin-bottom: 0;
}
.about-card p {
	text-align: left;
	line-height: 1.6;
	padding-right: 0;
  margin-top: 10px;
}
.about-card span {
		border: 1px solid #aaa;
		padding:3px 7px;
    font-size: 1.6rem;
    margin: 0 10px 0 0;
}
#about-page ul li {
	/* padding: 5px 0; */
}
/*#about-page ul {
	max-width: 400px;
	margin: 0 auto;
}*/
/*#about-page ul li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 8px;
	width: 58px;
	height: 31px;
	background-image: url(../img/bii-inner-b.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}*/
@media screen and (max-width: 480px) {
  .header-logo img {
    width: 30%;
}
.about-inner-r img {
  margin-right: 0;
}
.about-inner2 {
  flex-direction: column;
}
.about-card {
  flex-direction: column;
  margin: 40px auto;
}
.about-card-bg {
  width: 100%;
  margin-bottom: 15px;
}
.about-card-contents {
    height: 170px;
}
.about-card-head {
  align-items:center;
}
.about-card-head p{
  margin-top:0;
}
.about-concept {
    width: 231px;
}
.header-inner {
    height: 80px;
}
#nav-toggle {
    top: 28px;
}
#gloval-nav {
    top: 70px;
}
.container {
    padding-top: 80px;
}
}
