/* Section I */
.se-i {
  padding: 90px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-i img {
  width: 360px
}
.se-i .title-1 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 900;
}
.se-i .para-1 {
  font-size: 16px;
  font-weight: 400;
  color: #aaa
}
/* links */
.se-i .links a {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline !important;
  opacity: .6;
}
.se-i .links a:hover {
  opacity: 1
}
@media only screen and (max-width: 767.98px) {
  .se-i img {
    width: 200px
  }
  .se-i .title-1 {
    font-size: 36px;
  }
  .se-i .para-1 {
    font-size: 14px;
  }
  .se-i {
    padding: 60px 0
  }
}