.anim .item-img {
    transform: scale(0.8);
}
.anim .item-img
{
    height: 270px;
}
.animate-item
{
    height: 470px;
}
.arrow-dotted.down
{
    background: url(dotted-down.png) center no-repeat;
    margin-top: 5px;
}
.arrow-dotted.left
{
    background: url(dotted-left.png) center no-repeat;
    top: 246px;
    bottom: auto;
    margin-right: -1px;
}
.arrow-dotted.right
{
    top: 246px;
}
.section-6
{
    margin-top: 50px;
}
@media (max-width: 768px) {
.animate-item:after {
    bottom: -30px;
}
    .num
    {
        margin-bottom: 4px;
    }
.section-6.klinissled .anim .item-img {
    height: 275px;
}
}