.modular1 .title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 40px;
}

.modular1 .title .green {
  color: #00abac;
}

.modular1 h4 {
  font-size: 14px;
  color: #9b9b9b;
}

.modular1 .left a,
.modular1 .subtitle {
  font-size: 16px;
}

.modular1 .subtitle {
  line-height: 1.6;
  margin: 1em 0;
  max-height: 3.2em;
  overflow: hidden;
}

.modular1 .subtitle.show {
  max-height: 1000px;
}

.modular1 .left a {
  color: #00abac;
}

.modular1 {
  position: relative;
  height: 780px;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.modular1 .left {
  width: 49%;
  position: relative;
  z-index: 2;
}

.modular1 .right {
  position: absolute;
  bottom: 0;
  right: 66%;
  height: 90%;
  transform: translate(100%, 0);
  overflow: hidden;
}

.modular1 .right img {
  vertical-align: top;
  height: 100%;
}

.modular1 .right video {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  background: #fff;
  transform: scale(1.002);
}


@media screen and (max-width: 1024px) {
  .modular1 .left {
    width: auto;
  }

  .modular1 .title {
    font-size: 40px;
  }

  .modular1 .right {
    display: none;
  }

  .modular1 {
    min-height: 100vh;
    height: 700px;
  }
}