/*your custom css goes here*/
.rounded {
    border-radius: 8px!important;
}
._15__V{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 24px;
    color: #222;
    line-height: 32px;
}
._15__V ._192Xe{
    height: 1px;
    width: 123px;
    border-top: 1px solid hsla(0,0%,59.2%,.3);
}
.img-fit2{
    max-height: 100%;

    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
@media (max-width: 767px){
    ._15__V ._192Xe{
        height: 1px;
        width: 3.25rem;
        border-top: 1px solid hsla(0,0%,59.2%,.3);
    }
    .sticky-top{
        top:-1px;
    }
}