@media (min-width: 1080px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

@media (min-width: 1400px) {
  .py-5 {
    padding-top: 0px !important;
    /*padding-bottom: 3rem !important;*/
  }
}

