.intro {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 20;
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro-logo img {
  width: 100%;
}
.intro-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.show-intro .intro-img {
  opacity: 1;
}
.intro-text {
  position: absolute;
  top: 20px;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.8s 2.4s, top 0.8s 2.4s;
  -o-transition: opacity 0.8s 2.4s, top 0.8s 2.4s;
  -webkit-transition: opacity 0.8s, top 0.8s;
  -webkit-transition-delay: 2.4s, 2.4s;
  transition: opacity 0.8s 2.4s, top 0.8s 2.4s;
}
.show-intro .intro-text {
  opacity: 1;
  top: 0;
}

#line1, #line2, #line3, #line4, #line5, #line6, #line7 {
  stroke-dasharray: 800px;
  stroke-dashoffset: 800px;
}
.show-intro #line1, .show-intro #line2, .show-intro #line3, .show-intro #line4, .show-intro #line5, .show-intro #line6, .show-intro #line7 {
  stroke-dashoffset: 0px;
}

#line1 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 50% 41%;
  -ms-transform-origin: 50% 41%;
  -webkit-transform-origin: 50% 41%;
  transform-origin: 50% 41%;
  -moz-transition: stroke-dashoffset 1.2s;
  -o-transition: stroke-dashoffset 1.2s;
  -webkit-transition: stroke-dashoffset 1.2s;
  transition: stroke-dashoffset 1.2s;
}

#line2 {
  -moz-transition: stroke-dashoffset 1.4s 0.8s;
  -o-transition: stroke-dashoffset 1.4s 0.8s;
  -webkit-transition: stroke-dashoffset 1.4s;
  -webkit-transition-delay: 0.8s;
  transition: stroke-dashoffset 1.4s 0.8s;
}

#line3 {
  -moz-transition: stroke-dashoffset 1.4s 1s;
  -o-transition: stroke-dashoffset 1.4s 1s;
  -webkit-transition: stroke-dashoffset 1.4s;
  -webkit-transition-delay: 1s;
  transition: stroke-dashoffset 1.4s 1s;
}

#line4 {
  -moz-transition: stroke-dashoffset 1.5s 1.4s;
  -o-transition: stroke-dashoffset 1.5s 1.4s;
  -webkit-transition: stroke-dashoffset 1.5s;
  -webkit-transition-delay: 1.4s;
  transition: stroke-dashoffset 1.5s 1.4s;
}

#line5 {
  -moz-transition: stroke-dashoffset 1.5s 1.6s;
  -o-transition: stroke-dashoffset 1.5s 1.6s;
  -webkit-transition: stroke-dashoffset 1.5s;
  -webkit-transition-delay: 1.6s;
  transition: stroke-dashoffset 1.5s 1.6s;
}

#line6 {
  -moz-transition: stroke-dashoffset 1.5s 1.9s;
  -o-transition: stroke-dashoffset 1.5s 1.9s;
  -webkit-transition: stroke-dashoffset 1.5s;
  -webkit-transition-delay: 1.9s;
  transition: stroke-dashoffset 1.5s 1.9s;
}

#line7 {
  -moz-transition: stroke-dashoffset 1.5s 2.1s;
  -o-transition: stroke-dashoffset 1.5s 2.1s;
  -webkit-transition: stroke-dashoffset 1.5s;
  -webkit-transition-delay: 2.1s;
  transition: stroke-dashoffset 1.5s 2.1s;
}

.top-img li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img li.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-img li:nth-child(1) {
  background-position: 25% 50%;
}
.top-img li:nth-child(2) {
  background-position: 50% 70%;
}
.top-img li:nth-child(3) {
  background-position: 40% 50%;
}
.top-img li:nth-child(4) {
  background-position: 35% 40%;
}
.top-slogan li {
  position: absolute;
  bottom: 4vh;
  left: 50px;
  width: 350px;
  color: #000;
  z-index: 5;
}
.top-slogan li.show-text .top-text {
  -moz-animation: topText 6.5s;
  -webkit-animation: topText 6.5s;
  animation: topText 6.5s;
}
.top-slogan li.show-text .top-t {
  -moz-animation: topT 6.5s;
  -webkit-animation: topT 6.5s;
  animation: topT 6.5s;
}
.top-slogan li.show-text .top-b {
  -moz-animation: topB 6.5s;
  -webkit-animation: topB 6.5s;
  animation: topB 6.5s;
}
.top-slogan li.show-text .top-l {
  -moz-animation: topL 6.5s;
  -webkit-animation: topL 6.5s;
  animation: topL 6.5s;
}
.top-text {
  font-size: 0.75rem;
  margin-bottom: 20px;
  padding: 20px 20px 20px 0;
  position: relative;
  clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
}
.top-text:after {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
}
.top-content {
  font-family: "PT Serif", Arial, Helvetica;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  overflow: hidden;
}
.top-content span {
  display: inline-block;
}
.top-t {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0s, -moz-transform 0.8s;
  -o-transition: opacity 0s, -o-transform 0.8s;
  -webkit-transition: opacity 0s, -webkit-transform 0.8s;
  transition: opacity 0s, transform 0.8s;
}
.top-b {
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: opacity 0s, -moz-transform 0.8s;
  -o-transition: opacity 0s, -o-transform 0.8s;
  -webkit-transition: opacity 0s, -webkit-transform 0.8s;
  transition: opacity 0s, transform 0.8s;
}
.top-l {
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 5px;
  opacity: 0;
}

@-moz-keyframes topText {
  0% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
  25% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  75% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  100% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
}
@-webkit-keyframes topText {
  0% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
  25% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  75% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  100% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
}
@keyframes topText {
  0% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
  25% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  75% {
    clip-path: polygon(-60px 0%, 100% 0%, 100% 100%, -60px 100%);
  }
  100% {
    clip-path: polygon(-60px 0%, -60px 0%, -60px 100%, -60px 100%);
  }
}
@-moz-keyframes topT {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes topT {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes topT {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes topB {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes topB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes topB {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes topL {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topL {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes topL {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about-inner {
  padding: 0 50px;
  max-width: 800px;
  margin: 0 auto;
}
.about-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.about-grid {
  background: linear-gradient(#f6f6f6 1px, rgba(0, 0, 0, 0) 0%), linear-gradient(90deg, #f6f6f6 1px, rgba(0, 0, 0, 0) 0%);
  background-size: 100% 10px, 10px;
  width: 100%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: 50%;
  z-index: -1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-grid:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.about-title {
  font-weight: normal;
}
.about-title .tw {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  display: -ms-flexbox;
  display: flex;
}
.about-title.show .about-title-top, .about-title.show .about-title-bottom {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about-title.show .en {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.about-title-top {
  opacity: 0;
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: opacity 0.8s, filter 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, filter 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, filter 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, filter 0.8s, transform 0.8s;
}
.about-title-bottom {
  margin-left: 12px;
  opacity: 0;
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: opacity 0.8s 0.4s, filter 0.8s 0.4s, -moz-transform 0.8s 0.4s;
  -o-transition: opacity 0.8s 0.4s, filter 0.8s 0.4s, -o-transform 0.8s 0.4s;
  -webkit-transition: opacity 0.8s, filter 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.4s, 0.4s, 0.4s;
  transition: opacity 0.8s 0.4s, filter 0.8s 0.4s, transform 0.8s 0.4s;
}
.about-title .en {
  font-family: "PT Serif", Arial, Helvetica;
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 0.1rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.about-content {
  width: 50%;
  margin-left: 15%;
  margin-top: 50px;
}
.about-text span {
  display: block;
}
.about-btn {
  clip-path: polygon(0% calc(0% + 5px), 100% calc(0% + 5px), 100% calc(100% + 5px), 0% calc(100% + 5px));
}

.project {
  position: relative;
  margin: 5% 0 100px;
}
.project-bg {
  width: 90%;
  height: 75%;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.project-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.project-title {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.project-title .en span:last-child {
  margin-top: 90px;
}
.project-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 12%;
}
.project-item {
  width: 46%;
  box-sizing: border-box;
}
.project-img img {
  width: 100%;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
}
.project-type {
  color: #999;
  font-family: "PT Serif", Arial, Helvetica;
  font-size: 0.75rem;
  font-style: italic;
  letter-spacing: 0.1rem;
  padding: 10px 0px 2px;
  position: relative;
}
.project-type span {
  padding-right: 13px;
  background: #f2f2f2;
}
.project-type:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: -1;
}
.project-name {
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0.2rem;
}
.project-btn {
  margin-left: auto;
}

.award-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.award-title {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-title .en span:last-child {
  margin-top: 50px;
}
.award-list {
  margin-top: 50px;
  margin-right: 10%;
  width: calc(100% - 15% - 120px);
}
.award-list li {
  position: relative;
  padding: 10px 100px 10px 0;
  border-bottom: 1px dashed #ccc;
}
.award-logo {
  width: 35px;
  border: 1px solid #f2f2f2;
  position: absolute;
  padding: 2px;
  top: 16px;
  right: 0;
}
.award-logo img {
  width: 100%;
}
.award-text {
  font-size: 0.875rem;
}
.award-name {
  color: #999;
}

.contact-map {
  width: calc(100% - 100px);
  height: 45vw;
  max-height: 550px;
  background: #f2f2f2;
  margin-left: auto;
}
.contact-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 80px auto 0;
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 80px;
}
.contact-title {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.contact-title .en span:last-child {
  margin-top: 40px;
}
.contact-content {
  width: 70%;
  margin-left: 12%;
  margin-bottom: -80px;
}
.contact-info {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-text {
  width: 48%;
  box-sizing: border-box;
  font-size: 0.875rem;
}
.contact-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.contact-item i {
  color: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  text-align: center;
}
.contact-item a {
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.contact-item a:hover {
  color: #000;
}
.contact-btn {
  clip-path: polygon(0% calc(0% + 5px), 100% calc(0% + 5px), 100% calc(100% + 5px), 0% calc(100% + 5px));
}

@media screen and (max-width: 1100px) {
  .top-slogan li {
    left: 40px;
    bottom: 3vh;
  }

  .about {
    margin-top: 50px;
  }

  .contact-map {
    height: 55vw;
  }
  .contact-info {
    display: block;
  }
  .contact-text {
    width: auto;
  }
  .contact-item a {
    display: inline-block;
    max-width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .about-wrap {
    display: block;
  }
  .about-grid {
    height: 120%;
    top: -10%;
  }
  .about-title {
    width: fit-content;
    margin: 0 10% 0 auto;
  }
  .about-content {
    width: 70%;
    margin: 50px auto 0;
  }

  .project {
    margin: 100px 0;
  }
  .project-bg {
    width: 85%;
    height: 85%;
  }
  .project-list {
    display: block;
    margin-left: 20%;
  }
  .project-item {
    width: auto;
    margin-bottom: 30px;
  }

  .award-wrap {
    display: block;
  }
  .award-list {
    margin-top: unset;
    margin-left: 15%;
    margin-right: unset;
    width: auto;
  }
  .award-list li {
    padding: 10px 90px 10px 0;
  }
  .award-logo {
    width: 30px;
    top: 18px;
  }

  .contact-map {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 640px) {
  .intro-logo {
    width: 85px;
  }

  .top-slogan li {
    left: 30px;
    bottom: 4vh;
    width: unset;
  }
  .top-text {
    display: none;
  }
  .top-content {
    font-size: 1rem;
  }
  .top-l {
    width: 2px;
    height: 2px;
    margin: 0 7px 5px;
  }

  .about-inner {
    padding: 0 30px;
  }
  .about-title {
    margin: 0 8% 0 auto;
  }
  .about-title .tw {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .about-title .en {
    font-size: 1rem;
  }
  .about-content {
    width: 85%;
  }

  .project {
    margin: 60px 0;
  }
  .project-bg {
    width: 100%;
    height: calc(100% - 100px);
  }
  .project-inner {
    padding: 0 30px;
  }
  .project-title .en span:last-child {
    margin-top: unset;
    margin-left: 70px;
  }
  .project-list {
    margin-left: unset;
    margin-top: 50px;
  }

  .award-inner {
    padding: 0 30px;
  }
  .award-title .en span:last-child {
    margin-top: unset;
    margin-left: 40px;
  }
  .award-list {
    margin-left: unset;
    margin-top: 35px;
  }

  .contact-map {
    width: 100%;
    height: 400px;
  }
  .contact-inner {
    padding: 0 30px;
    margin: 50px auto 0;
  }
  .contact-wrap {
    display: block;
    margin-bottom: unset;
  }
  .contact-title .en span:last-child {
    margin-top: unset;
    margin-left: 40px;
  }
  .contact-content {
    margin-bottom: unset;
    margin-top: 35px;
    margin-left: unset;
    width: auto;
  }
  .contact-item a {
    max-width: unset;
  }
}
