.t_slide {
    width: 60%;
    margin: auto;
}

.t_slide_text {
    font-size: 14px;
    line-height: 21px;
}

p.t_name_txt {
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 767px){
    .t_slide {
    width: 85%;
}

.slick-next {
    right: 0;
    background-size: 22px;
}

button.slick-prev.slick-arrow {
    left: 0;
    background-size: 22px;
}
}