﻿.carousel-indicators {
    position: relative;
}


.carousel-caption {
    background-color: #b00027;
    border-radius: 0px 4.25px 4.25px;
    color: #fff;
    text-align: left;
    position: unset;
    padding: 22px 32px 15px 25px;
}

.carousel-inner {
    border: 1px solid #d7d7d7;
    text-align: center;
    background-color: #b00027;
}

.carousel .link-text {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    text-decoration: none;
    color: #ffffff !important;
    bottom: 14px;
    right: 60px;
}

    .carousel .link-text.link-arrow:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(/css/img/arrow-right.png) no-repeat 0 0;
        margin: 2px 10px 0px 10px;
        position: absolute;
        background-size: 20px 20px;
    }

.carousel-caption .header2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.carousel-indicators {
}


    .carousel-indicators [data-bs-target] {
        background: #352b2b;
        width: 15px;
        height: 16px;
        border-radius: 50%;
        border-top: 0px;
        border-bottom: 0px;
    }
