#contact {
  width: 100%;
  height: 100vh;
}

section {
  width: 100%;
  height: 100vh;
}

.contact-inner {
  display: flex;
}

.contact-inner > div {
  width: 50%;
  height: 100vh;
  position: relative;
}

.contact-inner > div:second-child {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

#contactSec .main-txt {
  font-size: 96rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contactSec .main-txt h4 {
  color: #0c2781;
  margin-bottom: 120px;
}

#contactSec .sub-txt {
  display: block;
  font-size: 20rem;
  font-weight: 400;
  color: #485cc1;
  line-height: 32px;
}

#contactSec .main-txt p {
  font-size: 40rem;
  font-weight: 400;
  line-height: 48px;
}

#contactSec .sub-txt:nth-child(4) {
  margin-top: 56px;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;

}

.map .desc {
  width: 320px;
  height: 240px;
  background: #0c2781;
  position: absolute;
  bottom: 80px;
  left: 0;
  padding: 40px;
}

.map .desc p {
  font-size: 20rem;
  color: #fff;
  line-height: 24px !important;
}
