.digital-workplace {
  background: url(/wp-content/uploads/2022/04/digital-workplace-img.webp) center
    no-repeat;
  background-size: cover;
  min-height: 21.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-workplace h1 {
  font-size: 3.8vw;
}
.nav-wrap svg {
  color: #006ee1;
  width: 20px;
  height: 20px;
  margin: 0 12px;
}
.nav-wrap {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 4vw auto 0;
}
.nav-wrap span {
  font-weight: 600;
}
.digita.display-flex {
  align-items: flex-start;
  margin-top: 6vw;
}
.digita.display-flex .content-right {
  width: 53%;
}
.digita.display-flex h2 {
  text-align: left;
  margin-top: 8px;
}
.digita h2 {
  text-align: left;
  margin-top: 0;
  position: relative;
  padding-left: 13px;
}
.digita h2::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 8px solid #006ee1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.digita iframe {
  width: 100%;
  height: 357px;
  border-radius: 13px;
  margin-top: 10px;
}
.digita #dot-wrap .item {
  margin-bottom: 10px;
}
.digita a {
  cursor: pointer;
}
.digita a:hover {
  text-decoration: underline;
}
/*  */
.workplace-bottom {
  position: relative;
  background: linear-gradient(to bottom, #0077e5, #00adfb);
  margin-top: 6vw;
}
.workplace-bottom .display-flex {
  padding: 2.2vw 0;
}
.workplace-bottom h2 {
  color: #fff;
  text-align: left;
}
.workplace-bottom .img-right {
  position: absolute;
  width: 19vw;
  bottom: 0;
  right: -2vw;
  z-index: 2;
}
.workplace-bottom .img-bg1 {
  position: absolute;
  left: -9vw;
  width: 20vw;
  top: 0;
}
.workplace-bottom .img-bg2 {
  position: absolute;
  width: 26vw;
  bottom: 0;
  left: 44%;
  z-index: 1;
}
.workplace-bottom .btn-link a.default {
  background: transparent;
  border: 1px solid #fff;
}
.workplace-bottom .btn-link {
  display: inline-block;
  margin-right: 12px;
}
article .workplace-bottom h2 {
  font-size: 2.08vw;
  line-height: 3.229vw;
  font-weight: 500;
  padding-bottom: 2vw;
  margin: 0;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .display-flex,
  .nav-wrap {
    max-width: 1100px;
  }
  .digita iframe {
    height: 327px;
  }
  .workplace-bottom .img-right {
    width: 23vw;
    right: 6vw;
  }
}
@media (max-width: 768px) {
  .digital-workplace h1 {
    font-size: 7vw;
  }
  article .workplace-bottom h2 {
    font-size: 24px;
    line-height: initial;
    margin-bottom: 20px;
  }
  .workplace-bottom {
    padding: 15px;
  }
  .digita.display-flex {
    margin-top: 50px;
  }
  .digita.display-flex .content-right {
    width: 100%;
    max-width: initial;
  }
  .digita.display-flex h2 {
    padding-bottom: 20px;
  }
  .digita h2::before {
    width: 28px;
    height: 28px;
    border: 6px solid #006ee1;
  }
  .workplace-bottom .img-right {
    position: initial;
    width: 100%;
  }
}
