.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;
}
.btn-standard:hover {
    background: #ffffff !important;
    color: #000000 !important;
    text-decoration: none;
}