@media screen and (max-width: 560px) {
    
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 400px;
    height: calc(46vh - 73px);
  }
    
  .segundo-titulo {
    font-size: 1.5rem !important;
      padding: 0 16%;
      font-weight: 500 !important;
      margin-top: 20px;
      line-height: 1.5rem
  }
}