


#text .info{
    font-style: italic !important;
    margin-top: 10px  !important;
    text-align: left  !important;
}

@media (min-width: 320px) and (max-width: 900px) {
    #blockPage{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 320px) {
    #blockPage {
        width: 100%;
        display: block;
        overflow-y: scroll;
        min-height: 500px;
        background-size: 100% 100% !important;
        margin-bottom: 70px;
        padding-bottom: 45px;
    }
    #text{
        margin-top: 20px;
        display: block;
        background: rgba(255,255,255,0.7);
        padding-bottom: 40px;
    }
    #text h1{
        font-family: 'Permanent Marker', cursive;
        text-align: center;
        display: block;
        color: #000;
        font-size: 27px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #text .desc p{
        font-family: 'Helvetica',sans-serif !important;
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
        text-align: justify;

        text-decoration:none !important;
    }#text .desc u{
        font-family: 'Helvetica',sans-serif !important;
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
        text-align: justify;

        text-decoration:none !important;
    }
    #text .desc p span{
        font-family: 'Helvetica',sans-serif !important;
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
        text-align: justify;
        text-decoration:none !important;
        background:transparent !important;
    }
    #text .desc p b, #text .desc p strong, #text .desc p a{
        font-weight: bold;
        color: #000;

    }
    .nexPrev{
      margin-top: 30px;

        display: block;
        cursor: pointer;
    }
    .nexPrev.next{
        margin-right: 10px;
    }
    .nexPrev img{
        width: 30px;
    }
}@media (min-width: 768px)   {
    #blockPage {
        width: 100%;
        display: block;
        min-height: 300px;
        background-size: 100% 100% !important;
    }
    #text{
        margin-top: 20px;
        display: block;
        background: rgba(255,255,255,0.7);
    }
    #text h1{
        font-family: 'Permanent Marker', cursive;
        text-align: center;
        display: block;
        color: #000;
        font-size: 27px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #text .desc p{
        font-family: 'Helvetica',sans-serif;
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
    }
    #text .desc p b, #text .desc p strong, #text .desc p a{
        font-weight: bold;
        color: #000;

    }
}

@media (min-width: 900px) {
    #blockPage {
        width: 100%;
        display: block;
        height: 576px;
        overflow: hidden !important;
        background-size: 100% 100% !important;
    }
    #text{
        margin-top: 20px;
        display: block;
        height: 536px;
        background: rgba(255,255,255,0.7);
    }
    #text h1{
        font-family: 'Permanent Marker', cursive;
        text-align: center;
        display: block;
        color: #000;
        font-size: 27px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #text .desc p{
        font-family: 'Helvetica',sans-serif !important;
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 7px;
    }
    #text .desc p b, #text .desc p strong, #text .desc p a{
        font-weight: bold;
        color: #000;
    }
    .nexPrev{
        margin-top: 240px;
        display: block;
        cursor: pointer;
    }

    .nexPrev img{
        width: 50px;
    }
}
@media (min-width: 1140px) {
    #blockPage {
        height: 641px;
    }
    #text{
        margin-top: 20px;
        display: block;
        height: 601px;
    }
    #text h1{
        font-size: 30px;

    }
    #text .desc p span {
        font-size: 15px;
        line-height: 1.8 !important;
        margin-bottom: 10px;
    }
    #text .desc p{
        font-size: 15px;
        line-height: 1.8!important;
        margin-bottom: 10px;
    }

    .nexPrev{
        margin-top: 296px;
        display: block;
        cursor: pointer;
    }
}