.cover {
  width: 100%;
  display: block;
}

.box {
  padding: 4rem 0;
}

.box-2 {
  background: rgba(0,0,0,0.02);
}

.box-3 .title {
  margin-bottom: 0.6rem;
}


.block {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -5rem;
  top: 0.5rem;
  background: #FDD000;
  opacity: 0.66;
}

.b-2 {
  background-color: #1E2678;
  left: -4rem;
  top: 1.5rem;
  opacity: 0.8;
}

.title {
  margin-bottom: 1rem;
}

.k {
  margin-bottom: 0.8rem;
}

.v {
  color: rgba(0,0,0,0.65);
  padding-bottom: 2rem;
}

.list {
  line-height: 2;
}

@media screen and (max-width:1180px) { 
  .about .p-container {
    padding: 0 16px 0 70px;
  }

  .about .block {
    left: -4.5rem;
  }

  .about .b-2 {
    left: -3.5rem;
  }
}