.itemC {
    /* border: 1px solid; */
    height: 402px !important;
    border-radius: 12px;
    box-shadow: -5px 8px 20px #00000033;
}

.itemC .card {
    height: 400px;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemC .card img {
    width: 20%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    object-fit: cover;
}

.owl-carousel .owl-item .imgC {
    display: block;
    width: 35%;
}

.itemC .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.itemC .card-text {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #7A7A7A;
}

.itemC .card-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 1em;
}

.start {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -2px 4px 8px #0000001F;
    border-radius: 50px;
    font-size: 30px;
    width: 8em;
    text-align: center;
}

.bi-star-fill::before {
    content: "\f586";
    color: #FFA900;
    margin: 5px;
}

.custom-next,
.custom-prev {
    background: white;
    border-radius: 50px;
    height: 3em;
    width: 3em;
    padding: 0.5em;
}

.custom-next {
    position: absolute;
    top: 9em;
    left: 0;
    transform: translate(0em, 0em);
}

.custom-prev {
    position: absolute;
    top: 9em;
    left: 32em;
    transform: translate(0em, 0em);
}

@media screen and (max-width:1366px) {
    .custom-prev {
        top: 9em;
    }
}

@media screen and (max-width:1024px) {
    .start {
        font-size: 25px;
    }

    .custom-prev {
        left: 15em;
    }
}
@media screen and (max-width:990px) {
    .custom-prev {
        left: 11em;
    }
}
@media screen and (max-width:768px){
    .custom-prev {
    left: 5.5em;
}
}
@media screen and (max-width:468px){
    .custom-next {
        display: none;
    }
    
    .custom-prev {
        display: none;
    }
}