.sec1 .wrap .bottom {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
.sec1 .wrap .bottom .text p {
  color: #555;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1919px) {
.sec1 .wrap .bottom{
width: 72.9166666667vw;
 padding-top: 4.1666666667vw;
 padding-bottom: 6.25vw;
}
.sec1 .wrap .bottom .text p{
font-size: 0.8333333333vw;
 line-height: 1.6666666667vw;
}
}

@media screen and (max-width: 1024px) {
  .sec1 .wrap .bottom{
    width: 90vw;
    padding: 50px 0;
  }
  .sec1 .wrap .bottom .text p{
    font-size: 14px;
    line-height: 2;
  }
}