.block1 {
  font-weight: 400;
  font-size: 17px;
  color: #111111;
  line-height: 26px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.box-item {
  padding-top: 35px;
}
.box-item .title {
  font-weight: bold;
  font-size: 26px;
  color: #025872;
  padding-bottom: 20px;
}
.box-item .description {
  font-weight: 400;
  font-size: 17px;
  color: #111111;
  line-height: 26px;
}
.privacy-container {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .box-item {
    padding-top: 20px;
  }
  .box-item .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .box-item .description,
  .block1 {
    font-size: 15px;
  }
}
