._about2-section {
  padding: 0;
}

._about2-half {
  display: flex;
  align-items: center;
}

@media(max-width:767.98px) {
  ._about2-half {
    flex-direction: column;
  }
}

._about2-half>div {
  flex: 1 1 50%;
  height: 100vh;
}

._about2-half__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._about2-half__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._about2-half__content {
  padding: 8vw;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2vw;
}

._about2-half__content ul {
  padding-left: 0;
  list-style-type: none;
}

._about2-half__content ul li {
  display: flex;
  align-items: center;
  padding: .5rem 0;
}

._about2-half__content a {
  color: var(--color-dark-default);
}