/* section visi */
.visi-sec {
  display: flex;
  align-items: center;
  background-position-y: -110px;
  background-size: cover;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.visi-sec img {
  width: 400px;
  height: auto;
  margin-left: -8%;
}

.visi-sec p {
  font-size: 30px;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 36px;
  font-weight: 600;
}

/* breakpoint */

@media (max-width: 576px) {
  .visi-sec {
    flex-direction: column;
    background-position-y: 0;
    justify-content: center;
    margin-top: -73px;
  }

  .visi-sec img {
    width: 250px;
    margin-left: -30%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .visi-sec {
    margin-top: -61px;
    background-position-y: 0;
  }
}

@media (max-width: 988px) {
  .visi-sec {
    margin-top: -66px;
    background-position-y: 0;
  }
}
