.banner .text h1 {
    margin-bottom: 25px;  /* Increased spacing between h1 and h4 */
}

.banner .text h4 {
    color: #ffffff;  /* Changed h4 color to black */
    margin-bottom: 20px;  /* Added some spacing after h4 as well */
    font-weight: 400;  /* Making the font less bold (normal weight) */
}

.banner .text a {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Subtle dark outline for readability */
}
