﻿.block-title-news{
    color: white !important;
    font-family: "Open Sans";
    font-weight: 300;
    text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
    font-size: 27px;
    line-height: 31px;
    position: absolute;
    padding-right:15px;
    top: 48px;
    left: 35px;
    bottom: -11px;
}
.block-image-news {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    height: 20em;
    display: flex !important;
}

.intro {
    background-color: white;
}

.block-intro-news {
    background-color: white;
    text-align: center !important;
    line-height: 1.42857143;
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.block-link {
    position: absolute;
    bottom: 17px;
    right: 25px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15px;
    height: 20px;
    font-weight: 900;
}

.carousel-inner {
    padding: 0.1em;
}


@media (min-width: 768px) {
    .carousel-item-news {
        margin-right: 0;
        flex: 0 0 calc(100%/1.95) !important;
        display: block !important;
        
    }

    .carousel-inner {
        display: flex;
    }
}
.card {
    margin: 0 0.6em 0;
    border: none;
    background-color: white;
}