/* .carousel {
    display: flex;
    justify-content: center;
    padding: 0;
    &-title {
        text-transform: capitalize;
        color: #0d4371;
        font-size: 26px;
        margin: 30px 0 30px 0;
        font-weight: bold;
    }
}

.citem {
    &-image {
        transform: scale(1);
        width: 150px;
            height: 150px;
            overflow: hidden;
            border-radius: 50%;
    }
    &-title {
        margin-top: 20px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
}

.owl-carousel .owl-stage-outer {  padding: 4% 0; 
    @media only screen and (max-width: 768px) {
        padding: 10% 0;
    }}

.owl-item img {
    margin-left: -50px;
    width: auto;
    height: 200px;
  transition: 0.45s;
}

.carousel-button {
    margin-top: 10px;
    border: none;
    background: #0d4371;
    padding: 5px 10px;
    border-radius: 4px;
    a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
   } 
}

.owl-item.center {transform: scale(1.4); } */
