@charset "UTF-8";

body {
  position: relative;
  color: #fff;
}

body::after {
  content: '';
  background: rgba(15, 16, 53, .85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -4;
}

body::before {
  content: '';
  background-image: url("../img/top-photo.png");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 60% 0%;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  z-index: -5;
}

.header-1 {
  position: relative;
}

.title-box {
  margin: 150px auto;
  text-align: center;
}

.title-box h2 {
  font-family: "Raleway", sans-serif;
  font-size: 55px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.title-box span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}


.line {
  display: block;
  width: 75%;
  background-color: #fff;
  height: 2px;
  margin: 0 auto;
}

.philosophy-txbox {
  width: 70%;
  margin: 100px auto 300px;
}

.philosophy-txbox span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.philosophy-txbox p {
  font-size: 16px;
  font-weight: 400;
}


@media screen and (min-width: 1024px){

}

@media screen and (max-width: 1000px){
  body::before {
    background-size: cover;
  }

  .title-box {
    margin: 100px auto;
  }

  .title-box h2 {
    font-size: 36px;
  }

  .title-box span {
    font-size: 16px;
  }

  .line {
    width: 90%;
  }

  .philosophy-txbox {
    width: 80%;
    margin: 100px auto;
  }

  .philosophy-txbox span {
    font-size: 24px;
  }

}

@media screen and (min-width: 425px){


}



@media screen and (min-width: 375px){

}



@media screen and (min-width: 320px){

}
