.h1-title-bg {
    background-color: #000000;
    /* background-image: url(../images/Artboard-1.png); */
    background-position: center right;
    background-repeat: no-repeat;
    height: 250px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.btn-standard {
    background: #4298b5 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 15px !important;
    width: auto;
    float: right;
    border-radius: 0px;
    border: none !important;
    font-family: "Source Sans 3", sans-serif;
    cursor: pointer;
    text-align: center;
    transition: ease-in-out .5s;
    max-width: 230px;
    min-width: 200px;
    text-decoration: none !important;
}

.btn-standard:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}
.btn-standard-white-bg:hover {
    background: #000000 !important;
    color: #ffffff !important;
 }
.btn-standard-black-bg:hover {
    background: #ffffff !important;
    color: #000000 !important;
}
a {
    color: #4298b5 !important  ;
    text-decoration: underline !important;
}
a:hover {
    color: #000000 !important;
     
}
@media (max-width: 600px) {
    .h1-title-bg {
        
        height: 300px;
        gap: 00px;
        
    }
}