.articl1 {
    z-index: 20;
    overflow: hidden;
        }

    .contart1 {
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        }


    .art1tit {
            display: block;
            font-family: 'Mali', cursive;
            font-weight: 300;
            font-style:normal;
            font-size: 24px;
            line-height: 24px;
            color: #0a0203;
            width: 100%;
        padding: 12px 0 0 0;
            }

    .art1sti {    
        display: block;
        font-family: 'Quicksand', sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #f47300;
        width: 100%;
        text-align: left;
        padding: 18px 0 0 0;
            }

        .art1sti img {
            margin: 0 0 0 8px;
                }

    .art1txt {        
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        color: #232323;
                padding: 6px 0 0 0;
            }

        .art1txt img {
                position: relative;
                float: right;
                max-height: 210px;
                top: -24px;
                padding-left: 24px;
                }