.bgbox {
    min-height:23rem;
    padding-top:7rem;
    height: calc(100% - 7rem);
}
.bgboxcontentbgimg {
    background-size: cover;
    height:16rem;
    top: 0px;
    z-index:1;
}
.bgboxcontent {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem;
    width:75%;
    z-index:2;
}

.bgoxhvzmshw:hover .bgboxcontentbgimg {
    box-shadow: var(--bs-box-shadow) !important;
}

.bgboxcontent p {
    color:#606060;
}

.bgboxcontent h3 {
    font-size:1.5rem;
}

@media (min-width: 576px) {
    .h-100spec {
        height: 100% !important;
    }
}




