.customers-box{
    box-shadow: rgba(9, 30, 66, 0.25) 1px 1px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 25px 10px;
    border-radius: 0px 6px 0px 16px;
    padding: 5px;
    cursor: pointer;
    transition: 300ms;
}
.customers-box:hover{
    scale: 1.1;
    transition: 500ms;
}
.megamenu ul li img {
    width: 178px;
    height: 104px;
    object-fit: cover;
}
.picture-item img {
    width: 100%;
}
.text-ellipsis-3 {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-body {
    text-align:justify;
}
.post-body img {
    width: 100%;
}
.line-height-30 {
    line-height: 30px !important;
}
.catalog-product {
    height: 100vh !important
}
.bg-wall {
    background-color: #ffffff;
    background-image: url("../images/rocky-wall.png");
}
.bg-white-60 {
    background-color: rgba(255,255,255,0.6)
}