/* Created by Content Blocks */
.headerContentBlock {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    object-fit: cover;
}

.headerContentBlock .container {
    width: 90%;
    background-color: transparent;
}

.headerContentBlock h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5em;
    font-weight: 500;

}
.headerContentBlock h1 a {
    font-size: unset;
    color: unset;
    font-weight: 500;
    /*text-decoration: underline;*/
}
.headerContentBlock h1 a:hover {
   opacity: .8;
}
@media (max-width: 576px) {
    .headerContentBlock {
        padding: 50px 0;
    }
    .headerContentBlock h1 {
        font-size: 2rem; /* Adjust font size for smaller screens */
    }
    .headerContentBlock p {
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
}