.carousel-inner {
    position: relative;
}

.carousel-inner .item {

}

.carousel-inner .item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(7, 7, 8, 0.5);
    z-index: 10;
  background-image: linear-gradient(to top, rgba(139, 0, 0, 1), rgba(139, 0, 0, 0) 50%, transparent 50%);
  margin: auto;
}

/*.carousel-caption {*/
    /*position: absolute;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/

    /*align-items: center;*/
    /*justify-content: center;*/
/*}*/


.carousel-indicators {
    bottom: 5px;

}


.carousel-block {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-direction: column;
    font-size: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.carousel-block > a{
    color: white;
    font-size: 16px;
    /*border: white solid 1px;*/
    background-color: #1a6e84;
    border-radius: 1px;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width:120px;
    text-align: center;
}

.carousel-block a:hover{
    color: white;
    /*border-color: grey;*/
     background-color: #2b9bb8;

}

.carousel-block.text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 135%;
}

.slider-section img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
    background-position: center;
}

    .carousel-caption {
        text-align: left;
    }
@media screen and (max-width: 375px) {
    .carousel-block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .carousel-block.text {
        margin-top: 20px;
        font-size: 14px;

    }

    .carousel-caption {
        text-align: center;
    }

    .carousel-block > a {
        font-size: 12px;

    }


}

