.bmw-list-item .services-item .item{
    flex-direction: column;
}

.bmw-list-item .services-item .item .featured-image{
    height: 300px;
    width: 100% !important;
}

.bmw-list-item .services-item .item .content-item {
    width: 100% !important;
    flex-direction: column;

}

.bmw-list-item .services-item .item .content-item .content-item-left {
    width: 100% !important;
    padding-right: 0px !important;
}

.bmw-list-item .services-item .item .content-item .content-item-right {
    width: 100% !important;
    border-left: none !important;
    padding-left: 0 !important;
    flex-direction: row;
    border-top: 1px solid #dedede;
    padding-top: 20px;
    margin-top: 20px;
}
.container-price-duration .price .text-lg{
    border-radius: 0 !important;
}
.bmw-list-item .content-item-right .container-price-duration .service-duration{
    margin-bottom: 10px;
}

.bmw-list-item .content-item-right .container-price-duration .price-wrapper{
    margin-bottom: 0px;
    align-items: center;
}

.bmw-list-item .container-saibamais-duration {
    justify-content: space-between;
}

.bmw-list-item .services-item .service-type .btn {
    padding: 10px 15px;
    background: #2D70B3 !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}

.bmw-list-item .services-item .service-type .btn:hover {
    background: #2D70B3 !important;
    color: #fff !important;
}

.bmw-list-categories {
    margin-top: 15px;
}

.bmw-list-categories :last-child{
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .bmw-list-categories {
        display: none;
    }

    .bmw-list-item .services-item .item{
        flex-direction: row;
    }

    .bmw-list-item .services-item .item .featured-image{
        width: 33.33% !important;
        position: relative;
        height: auto;
    }

    .bmw-list-item .services-item .item .content-item {
        width: 66.67% !important;
        flex-direction: row;
    }

    .bmw-list-item .services-item .item .content-item .content-item-left {
        width: 67.67% !important;
        padding-right: 30px !important;
    }

    .bmw-list-item .services-item .item .content-item .content-item-right {
        width: 33.33% !important;
        flex-direction: column;
        border-top: none;
        padding-top: 0;
        margin-top: 0;
        border-left: 1px solid #dedede !important;
        padding-left: 30px !important;
        position: relative;
        display: inline-block;
    }

    .bmw-list-item .content-item-right .container-price-duration .service-duration{
        margin-bottom: 1rem;
    }

    .bmw-list-item .content-item-right .container-price-duration .price-wrapper{
        margin-bottom: 1rem;
    }

    .bmw-list-item .services-item .service-type .btn  {
        padding: 15px 35px;
    }
}