.studentArea ul.listBox {
    margin-top: 35px
}

.studentArea ul.listBox li {
    padding: 5px;
    margin-bottom: 20px;
    width: calc((100%/4) - 16px);
    display: inline-block;
    vertical-align: top;
}

.studentArea ul.listBox .item {
    margin: 0 8px 16px;
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
    min-height: 275px;
    text-align: center;
    -webkit-box-shadow: 0px -1px 20px 13px #6565650d;
    box-shadow: 0px -1px 20px 13px #6565650d;
    padding: 23px 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.studentArea ul.listBox .item:hover {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
}
.studentArea ul.listBox .TxtBox {
    margin-top: 20px
}

.studentArea ul.listBox h3 {
    font-size: 20px;
    font-weight: 400;
    color: #6d316f;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

.studentArea ul.listBox .Img {
    width: 120px;
    height: 120px;
    border-radius: 99em;
    overflow: hidden;
    margin: 0 auto
}

.studentArea ul.listBox .Img img {
    max-width: 100%
}

.studentArea ul.listBox p {
    text-align: left;
    color: rgba(57, 57, 57, 0.7);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.studentArea ul.listBox .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 32px
}

.studentArea ul.listBox .slick-dots li {
    margin: 0 3px
}

.studentArea ul.listBox .slick-dots li button:focus:before,.studentArea ul.listBox .slick-dots li button:hover:before {
    color: #0cb59b
}

.studentArea ul.listBox .slick-dots li.slick-active button:before {
    color: #0cb59b
}

.studentArea ul.listBox .slick-dots li button:before {
    content: '▪';
    font-size: 24px
}
