.norwood-section h3 {
    font-size: 39px;
  margin-bottom:10px;
}
.norwood-section p {
    max-width: 1020px;
    margin: 0px auto;
    color: #000;
}

@media (max-width:767px){
.norwood-section h3 {
    font-size: 29px;
    margin-bottom: 10px;
}
}