.text-section-one {
  color: rgba(0, 46, 69, 1);
  line-height: 1.4;
  font-size: 21px;
  padding: 60px 0;
  text-align: center;
}
.text-section-one p{
    text-align: left;
}
.text-section-one strong {
    font-weight: 700;
}

@media (max-width: 480px) {
    .text-section-one {
        padding: 20px 0;
    }
}
