.item_title{
    font-size: 46px;
    margin: 80px auto;
    line-height: normal;
    color: #000;
    text-align: center;
}

.item{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.item_img{
    width: 200px;
}
.item_text {
    font-size: 20px;
    color: black;
    text-align: center;
}
.item_desc{
    font-size: 16px;
    color: black;
    text-align: center;
    max-width: 250px;
    margin-bottom: 100px;


}



.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 20%;
    font-size: 80px;
}
.owl-prev{
    left: 0;
}
.owl-next{
    right: 0;
}


.owl-dots{}

.center-item {
    transform: scale(1.2);
}

@media only screen and (max-width:766px) {
    .owl-prev, .owl-next{
        font-size: 40px;
    }
}

