ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: square !important;
}

#loan-details {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh; 
  }

h2 {
    font-size: 40px;
    display: block;
    color: #000a2d;
    font-weight: 700;
    line-height: 1.3;
}
