.section1 .container {
  background: #000;
  padding: 0 40px 40px;
}

.section1 p {
  color: #fff;
}

.section1 .mainLabel {
  font-size: 30px;
  line-height: 43px;
  text-align: left;
  padding-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.section1 .label {
  padding: 17px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}

.section1 .content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}

.section1 .content li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #fff;
}

.section2 .container {
  padding: 60px 40px 20px;
}

.section2 .row {
  margin: 0;
  background: #fff;
  padding: 1px;
}

.section2 .label {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.section2 img {
  width: 100%;
}

.section2 .content {
  padding: 20px;
}

.section2 .content p {
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
  font-size: 18px;
}

.section2 .content p:first-child {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 640px){
.section1 .container{padding: 0 15px 15px;}
.section2 .container {
    padding: 0px 15px 15px;
}
}