.section-heading h2 {
    font-size: 1.3rem;
    line-height: 3rem;
}
.item-title {
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 10;
     width: 550px;
     /* background-color: black; */
     color: white;
     text-align: center;
     padding: 3px 7px 3px 7px;
     border-radius: 7px;
 }

.item-title * {
    color: rgba(0, 0, 0, 0);
    font-size: 2rem;
}
.item-status {
    position: absolute;
    right: 100px;
    bottom: 100px;
    z-index: 10;
    color: rgba(0, 0, 0, 0);
    padding: 0 7px;
    border-radius: 7px;
}

.item-status *
{
    color: rgba(0, 0, 0, 0);
}

.item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-promo-2 h5 {
    font-size: 1rem;
}


.call-to-action-content-right {
    background-color: #ffffff;
    padding: 11px;
    /* border-radius: 10px; */
    max-height: 400px;
    min-height: 400px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px;
}

.call-to-action-content-right h2 {
    font-size: 1.7rem;
}


.call-to-action-content-left {
    background-color: white;
    padding: 11px;
    max-height: 400px;
    min-height: 400px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px;
    position: relative;
}

.call-to-action-content-left h2 {
    font-size: 1.7rem;
}

.img-fluid {
    padding: 10px;
}

.img-fluid-mobile {
    padding: 10px;
}

ul.pagination{
 justify-content: center;
}

.slider-img{
    width: 100vw;
    height: 200px;
    object-fit: cover;
}


.costume-slider {
    height: 200px;
    margin: 0.75rem auto;
    outline: 0.225rem solid #0c754261;
}

.status-wrapper{
    outline: 0.225rem solid #0c754261;
    outline-offset: 0.125rem;
}


@media screen and (min-width: 992px){
    .slider-img{
        width: 100vw;
        max-width: 1170px;
        height: 500px;
        object-fit: cover;
        border-radius: 2rem;

    }

    .costume-slider {
        width: 80vw;
        max-width: 1170px;
        height: 500px;
        margin: 2rem auto;
        border-radius: 2rem;
        outline: 0.225rem solid #0c754261;

    }

    .btn-slider{
        margin-top: 1rem;
        background-color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        outline: 0.225rem solid #FFFFFF;
        outline-offset: 0.25rem;

    }

    .btn-slider:hover{
        color: #0c754261;
    }

    .max-width-sm {
        max-width: 150px;
    }

    @media (min-width: 576px) {
        .max-width-sm {
            max-width: none;
        }
    }

}

