.PostSlider .PostBox {
    display: inline-block;
    width: 286px;
    margin-left: 0px;
    margin-right: 80px;
    margin-bottom: 0px;
}
.MainWrapper{
padding-top: 0px !important;
}
.MainH1 {
    color: #fff;
    font-family: 'ISBold';
    font-size: 33px !important;
    float: right;
    width: 100%;
margin-top: 10px !important;
}
.PostBox {
    position: relative;
    background: #ffffff8a;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    width: calc(100% - 4px);
    display: block;
    margin: auto;
    margin-bottom: 6px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 25px;
}
.PostBox:hover{
box-shadow: 0px 0px 8px 0px #ade8f4fc !important;
}
.PostSliderLeft, .PostSliderRight {
    background: transparent !important;
    border: none !important;
    filter:  brightness(0) saturate(100%) invert(18%) sepia(86%) saturate(1570%) hue-rotate(197deg) brightness(95%) contrast(108%) !important;
}
.PostSliderRight {
    position: absolute;
    right: 50PX;
    z-index: 100;
    width: 25px;
    top: 129px;
    transition: 0.3s;
    cursor: pointer;
}
.PostSliderLeft {
    position: absolute;
    left: 50PX;
    z-index: 100;
    width: 25px;
    top: 129px;
    transition: 0.3s;
    cursor: pointer;
}
.PostSlider{
    height: 445px !important;
}