.case-body .header .page-title {
  margin-bottom: 0;
}

.case-detail {
    padding-bottom: 0;
}

.icon-box {
  background-color: #000000;
  padding: 35px;
  min-height: 440px;
  height: auto;
  text-align: left;
}

.main-services article {
  padding: 0;
}

.main-services article h4 {
  display: block;
  margin-top: -25px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.header-personal {
  padding-top: 0;
  margin-top: -40px;
}

.header-personal .caption {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-personal .caption h1 {
  font-size: 18vw;
  font-weight: 600;
  line-height: 0.8;
  text-transform: none;
  position: relative;
  z-index: 1;
}

.header-personal .caption h1 .stroke {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
color: transparent; }

.header-personal .caption.str {
z-index: 4; }

.header-personal .img {
width: 600px;
-webkit-filter: grayscale(1);
filter: grayscale(1);
margin: auto;
position: relative;
z-index: 2; }

.header-personal .img:after {
content: '';
position: absolute;
bottom: -10%;
left: 0;
width: 100%;
height: 20%;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color)), to(transparent));
background-image: -webkit-linear-gradient(bottom, var(--theme-color) 50%, transparent);
background-image: -o-linear-gradient(bottom, var(--theme-color) 50%, transparent);
background-image: linear-gradient(to top, var(--theme-color) 50%, transparent);
z-index: 3; }

.header-personal .text {
text-wrap: pretty;
padding-bottom: 80px;
position: relative;
z-index: 8;
color: #000000; }

@media screen and (max-width: 768px) {

  .header-personal .img {
    width: 100%;
  }

  .header-personal .caption {
    top: 25%;
  }

}

.ontop {
position: relative;
z-index: 7;
}

.header-personal .header-text-box {
  position: absolute;
  right: 30px;
  z-index: 5;
}

.header-personal .header-text-box h4 {
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  margin-top: -40px;
}

.about-intro h2 {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 0;
}

.burger-svg__bars {
  fill: #FFFFFF;
}

.navigation-menu {
  z-index: 8;
}

.main-services {
  padding: 100px 0 0px;
}

.footer {
  padding-top: 100px;
}

.footer .career {
  padding-bottom: 60px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {

    .navbar .main-menu {
        display: block;
    }

}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-personal .header-text-box {
    right: 20px;
  }

  .header-personal .header-text-box h4 {
    font-size: 42px;
  }

  .header-personal .caption h1 {
    font-size: 80px;
  }

  .header-personal .caption-mobile {
    font-size: 165px !important;
  }

  .about-intro {
    padding-top: 30px;
  }

  .about-intro h2 {
    font-size: 18px;
  }

  .header-personal {
    padding-top: 0;
    margin-top: -30px;
  }

  .main-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-box {
    min-height: auto;
    height: 100%;
  }

  .footer {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .footer .career {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }

  .footer .sub-footer {
    margin-top: 10px;
  }

  .footer h5 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .works {
    padding: 0;
  }

  .works ul li {
    padding: 0;
    margin: 20px 0;
  }

  .works ul li:first-of-type {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .works ul li:last-of-type {
    margin-bottom: 40px !important;
  }

  .works h2 {
    font-weight: 600;
  }

  .works p {
    font-size: 17px;
  }

  .project-box .project-content h3 {
    font-size: 21px;
    font-weight: 600;
  }

  .case-detail h3 {
    font-weight: 700;
    font-size: 42px;
    margin-top: 50px;
  }

  .case-detail {
    padding: 30px 0 10px;
  }

  .header .page-title h2 {
    margin-bottom: 5px;
  }

  .case-detail h5 {
    margin-bottom: 5px;
  }

  .case-detail p {
    margin-bottom: 20px;
  }

  .case-detail p.more-b {
    margin-bottom: 40px;
  }

  .header .page-title {
    margin-top: 10px;
  }

}