/* Add here all your CSS customizations */

.text-into-img img{
    width: 100%;
    height: auto;
    margin: 10px 0 !important;
}

.paragraf-indent>p:first-child{
    text-indent: 35px;
}

.scroll {
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ }

    /* [5] */
.scroll::-webkit-scrollbar {
display: none; }
