.text h4 {
  font-size: 30px;
  color: #0060a3;
  margin: 40px 0;
}
.text .txt p {
  font-size: 22px;
  line-height: 2;
  color: #666;
}
@media (max-width: 768px) {
  .text h4 {
    font-size: 20px;
    margin: 20px 0;
  }
  .text .txt p {
    font-size: 13px;
  }
}
