.ptbl-alumni-slider .alumni-list img{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #D7B98A;
    border-radius: 50% 50% 50% 50%;
}
.ptbl-alumni-slider .alumni-list{
    padding-right: 20px;
}
.slick-arrow svg {
    width: 27px !important;
    fill: white;
}
.ptbl-inner-wrapper{
    width: 95%;
    margin: 0 auto;
}
.ptbl-alumni-slider .alumni-title {
    text-align: center;
    color: #D7B98A;
    font-family: "United Serif", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1.1px;
    margin-block-start: 15px;
    text-transform:uppercase;
}
.ptbl-alumni-slider {
    position: relative;
}

.ptbl-alumni-slider span.nn2, span.pp2 {
    position: absolute;
    top: 50%; /* Centers the arrow vertically within the slider container */
    transform: translateY(-50%);
}

.ptbl-alumni-slider span.nn2 {
    right: -15px; /* Left arrow aligned to the left within the slider container */
}

.ptbl-alumni-slider span.pp2 {
    left: -15px; /* Right arrow aligned to the right within the slider container */
}