.title {
    /* font-size: 15px; */
    line-height: 18px;
    /* letter-spacing: -0.2px; */
}

.subtitle {
    color: black;
}
.short-description {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    /* font-size: 12px; */
    line-height: 18px;

    color: rgb(161, 161, 161);
}

.kpr-container {
    margin-top: 5rem;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
} 

.slick-current {
    opacity: 1;
}

.news.cus-card {
    max-width: 240px;
    max-height: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cus-a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: black;
}

.slick-prev::before{
    content: "\f053";
}

.slick-next::before{
    content: "\f054";
}


/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {

}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {
  
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .title {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.2px;
    }
    
    .short-description {
        font-family: PT Serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
    
        color: rgb(161, 161, 161);
    }
    
}