.vop {
  background-color: #f8fafc;
  width: 100%;
  min-width: 300px;
  padding-bottom: 60px;
}
.vop .vop_wrap {
  max-width: 1000px;
  width: calc(100% - 32px);
  margin: auto;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.vop .vop_wrap .mar {
  margin-top: 17px;
}
.vop .vop_wrap h1 {
  color: #1c1a19;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 38px;
  padding-top: 27px;
  width: 100%;
  padding-bottom: 20px;
  display: block;
}
.vop .vop_wrap h2 {
  color: #1c1a19;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 38px;
  width: 100%;
  display: block;
}
.vop .vop_wrap a,
.vop .vop_wrap a:visited,
.vop .vop_wrap a:active {
  color: #3f804e;
  text-decoration: none;
}
.vop .vop_wrap strong, .vop .vop_wrap b {
  font-weight: 600;
}
.vop .vop_wrap p {
  padding-bottom: 8px;
  padding-top: 8px;
}

.rights img {
  margin-left: -124px;
  padding-left: 50%;
}

@media (min-width: 650px) {
  .lefts {
    width: calc(100% - 248px) !important;
    float: left;
  }
  .rights {
    width: 248px !important;
    float: right;
  }
}
