.banner {
    position: relative;
    width: 100%;
    z-index: -1;
    height: 75vh;
    background: url('../images/card/card-1.jpg') no-repeat center center/cover;
   
}

h2,
h3,
h3,
h4,
h5,
h6,
p {
    color: #000;
}
.contact p{
    margin-bottom: 0 !important;
}
.banner-heading {
    position: absolute;
   left: 20px;
   bottom: 20px;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.btn-custom {
    padding: 4px 5px !important;
}