.tp_{
  padding:80px 0;
  background-size:cover;
      min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tp_ h1 {
    color: #fff;
    font-family: 'Mulish',sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 48px;
}

.tp_ a {
    background-color: #fff;
    color: #2F6EB4;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
  
  background-image: url(https://www.aliatuniversidades.com.mx/hubfs/Web%202021/images/iwhatsapp.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
}