.core_logo {
    width: 200px;
    max-width: 100%;
    object-fit: contain;
}

.core_bg1 {
    background: url(/assets/images/bg1.jpg);
    background-size: cover;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.cursor-pointer {
    cursor: pointer;
}

.core_bg2 {
    background: url(/assets/images/bg1.jpg);
    background-size: cover;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.btn-flat {
    border-radius: 0 !important;
}