/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /* cloud start  */

    .cloud {}

    .cloud h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cloud .container {
        padding: 50px 0 0px 0;
        max-width: 95%;
        background-image: url(../images/cloud-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud p {
        font-size: 18px;
        line-height: 30px;
    }

    /* cloud end  */
    /* cloud-two start  */

    .cloud-two .container {
        padding: 20px 0 20px 0;
        max-width: 95%;
        background-image: url(../images/cloud-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud-two p {
        font-size: 18px;
        line-height: 30px;
    }

    .cloud-two img{
        width: 80px !important;
    }

    /* cloud-two end  */
    /* author start  */

    .author {
        padding: 0 0 50px 0;
    }

    .author .container {
        padding: 20px 0 0px 0;
        max-width: 95%;
    }

    .author p {
        font-size: 18px;
        line-height: 30px;
    }

    /* author end  */
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /* cloud start  */

    .cloud {}

    .cloud h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .cloud .container {
        padding: 50px 0 0px 0;
        max-width: 95%;
        background-image: url(../images/cloud-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud p {
        font-size: 20px;
        line-height: 30px;
    }

    /* cloud end  */
    /* cloud-two start  */

    .cloud-two .container {
        padding: 20px 0 20px 0;
        max-width: 95%;
        background-image: url(../images/cloud-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud-two p {
        font-size: 20px;
        line-height: 30px;
    }

    /* cloud-two end  */
    /* author start  */

    .author {
        padding: 0 0 50px 0;
    }

    .author .container {
        padding: 20px 0 0px 0;
        max-width: 95%;
    }

    .author p {
        font-size: 20px;
        line-height: 30px;
    }

    /* author end  */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /* cloud start  */

    .cloud {}

    .cloud .container {
        padding: 50px 0 0px 0;
        max-width: 95%;
        background-image: url(../images/cloud-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud p {
        font-size: 22px;
        line-height: 34px;
    }

    /* cloud end  */
    /* cloud-two start  */

    .cloud-two .container {
        padding: 20px 0 20px 0;
        max-width: 95%;
        background-image: url(../images/cloud-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .cloud-two p {
        font-size: 22px;
        line-height: 34px;
    }

    /* cloud-two end  */
    /* author start  */

    .author {
        padding: 0 0 50px 0;
    }

    .author .container {
        padding: 20px 0 0px 0;
        max-width: 95%;
    }

    .author p {
        font-size: 22px;
        line-height: 34px;
    }

    /* author end  */
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    /* desktop-header start  */

    .desktop-header .logo {
        width: 200px;
    }

    /* desktop-header end  */

    /* cloud start  */

    .cloud {}

    .cloud .container {
        padding: 50px 0 0px 0;
        max-width: 80%;
        background-image: url(../images/cloud-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    /* cloud end  */
    /* cloud-two start  */

    .cloud-two .container {
        padding: 20px 0 20px 0;
        max-width: 80%;
        background-image: url(../images/cloud-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    /* cloud-two end  */
    /* author start  */

    .author {
        padding: 0 0 50px 0;
    }

    .author .container {
        padding: 20px 0 0px 0;
        max-width: 80%;
    }

    /* author end  */
}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}