.slider-cat-item{
    position: relative;
    height: 453px;
    overflow: hidden;
    border:10px solid #cfcfcc;
}
.slidercat-img{
    height: 100%;
}
.slider-cat-item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.slidercat-text h2{
        position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
        font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    text-decoration: none;
    line-height: 59px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #FFF;
    width: 100%;
    text-align:center;
}

.arrow-right-p{
    position: absolute;
    right: 0;
    top: 50%;
    background: #ddab82;
    z-index: 11;
    width: 50px;
    padding: 10px 18px;
    cursor: pointer;
}

.arrow-left-p{
    position: absolute;
    left: 0;
    top: 50%;
    background: #ddab82;
    z-index: 11;
    width: 50px;
    padding: 10px 18px;
        cursor: pointer;
}

.arrow-right-p:hover,
.arrow-left-p:hover {
    background: #000 !important;
}
