/* Mobile */
@media (min-width: 320px) and (max-width: 481px) {
    .lsdd-tab-content {
        padding: 0 13px;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 900px) {

}

/* Desktop */
@media (min-width: 993px) and (max-width: 1920px) {
    .lsdd-card .lsdd-card-body {
        padding: .7rem
    }

    .lsdd-card .lsdd-card-body .card-title{
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 3px !important;
    }

    .lsdd-card .lsdd-card-body .card-subtitle {
        display: block;
        font-weight: normal;
        font-size: .9rem;
        line-height: normal;
        margin-bottom: .6rem;
        color: #4c4c4c;
    }

    .lsdd-card .card-img-top {
        display: block;
        width: 100%;
        /* height: calc( 100vw - 83.5vw );
        max-height: 226px; */
        /* max-width:100%;
        max-height:100%;
        height: calc( 100vw - 85vw ); */
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .lsdd-card .card-img-top img{
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .lsdd-card {
        display: block;
        background-color: transparent;
        box-shadow: none;
        background-color: #FFF;
        margin-bottom: 1.2rem;
        padding:0;
        border-bottom: none;
    }

    .lsdd-card-shadow{
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    }

    /* .lsdd-btn{
        padding: .7rem;
    } */

 

    
}