.main {
  width: 100%;
}
.content1 {
  font-size: 18px;
  color: white !important ;
}
.content1 img {
  object-fit: cover;
}
.base_img {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}
.row1 {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  background-position: center center;
}
.row1 .title-box {
  position: absolute;
  bottom: 100px;
  left: 100px;
  max-width: 780px;
}
@media screen and (max-width: 980px) {
  .row1 {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
  .row1 .title-box {
    position: static;
    margin: auto 50px;
    max-width: 780px;
  }
}
@media screen and (max-width: 600px) {
  .row2 {
    height: 200vw !important;
  }
  .row1 .title-box > p {
    font-size: 18px !important;
  }
  .contract .contact-box > div {
    max-width: 400px;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.row1 .title-box > p{
  font-weight: normal;
  font-size: 28px;
  color: white;
  text-shadow: 0 0 3px rgba(0,0,0,30);
}
.row2 {
  display: flex;
  flex-direction: row;
  height: 50vw;
}
.row2:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .row2 {
    flex-direction: column !important;
    height: 960px;
  }
  .row2 .item-block .text-div {
    margin: auto 50px !important;
  }
}
.row2 .item-block {
  flex: 1 1 0;
  background-color: black;
  place-content: center;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .row2 .item-block .text-div {
    color: white !important;
    max-width: 800px;
    margin: auto 150px !important;
  }
}
.row2 .item-block .text-div h2 {
  padding: 50px 0;
  font-size: 50px;
  text-align: center;
  color: white !important;
}
.row2 .item-block .text-div p {
  font-size: 18px;
  overflow-wrap: break-word;
  color: white !important;
  font-weight: normal !important;
}
.row2 .item-img {
  flex: 1 1 0;
  background-repeat: no-repeat;
}
.row3 {
  margin-bottom: 80px;
  margin-top: 50px;
  display: flex;
}
.row3 .content1 {
  color: black !important;
  font-size: 36px;
  width: 80%;
  margin: auto;
}
.row3 .content1 h2 {
  font-size: 72px;
  text-align: center;
}
.row3 .content1 .contract {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.row3 .content1 .contract .contract-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.row3 .content1 .contract .contract-item .contract-img {
  max-width: 300px;
}
.row3 .content1 .contract .contract-item .contract-text {
  font-size: 24px;
  text-align: center;
}
.row3 .content1 .contract .contract-item span {
  padding-right: 10px;
}
.contract {
  margin: 35px 0;
}
.contract .contract-item {
  border-right: 1px solid #B6B6B6;
  height: 180px;
  justify-content: center;
}
.contract .contract-item:last-child {
  border: none;
}
.contract .contact-box > div {
  font-size: 18px;
  width: 400px;
  margin: 0 auto;
}
.contract .contract-item img {
  height: 180px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .contract {
      flex-direction: column !important;
      justify-content: space-around !important;
      margin: 0 !important;
  }

  .contract .contract-item {
      padding: 20px 0 !important;
      border-right: none;
      border-bottom: 1px solid #B6B6B6;
      height: auto;
      max-width: 100%;
      width: 100%;
  }
  
  .contract .contract-item:last-child {
      border: none;
  }
}
.link-top {
  width: 100%;
  height: 1px;
  border-top: solid #B6B6B6 1px;
}
.contact-body .content1 > h4, .contact-body .content1 > h5 {
  text-align: center;
}
.contact-body .content1 > h5 {
  font-weight: bold;
}
