#card-content p {
    height: auto !important;
    display: -webkit-box;
}

.card-outline {
    border-top: 3px solid #336699 !important;
}

.responsive{
    height: 100% !important;
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1.3 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 1.5px !important;
}

@media (min-width: 576px) {
    .owl-theme .owl-dots{
        position: absolute;
        right: 5px;
    }

    .owl-theme .owl-dots .owl-dot {
        zoom: 2 !important;
    }
}

.no-gutters{
    border-radius: 15px !important;
}

.event-title-adjust-md{
    padding: 0 !important;
}

.event-title-adjust-md img{
    margin-left: 0 !important;
}

.event-title-adjust-md h4{
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-date{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

@media (min-width: 768px) {
    .content-date{
        border-top-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
        border-top-right-radius: 0 !important;
    }
}

.card-link{
    color: #336699;
    font-size: small;
}

.card-link-whatch-more:before {
    content: "|";
    margin-right: 0.2em;
    color: #e0ded9;
}