#cookie_of_destiny, #aladins_lamp, #sibila {
    display: inline-block;
}

#cookie_of_destiny .text-editor, #aladins_lamp .text-editor, #sibila .text-editor {
    padding-bottom: 0;
    margin-bottom: 30px;
}

#cookie_of_destiny img, #aladins_lamp img, #sibila img {
    cursor: pointer;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {

    #cookie_of_destiny img {
        width: 200px;
        margin-right: 20px;
        margin-bottom: 22px;
    }
}

@media (max-width: 991px) {

    #cookie_of_destiny img {
        width: 150px;
        margin-right: 10px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {

    #cookie_of_destiny img {
        width: 170px;
        margin-right: 15px;
        margin-bottom: 17px;
    }
}

@media (max-width: 576px) {
    #cookie_of_destiny {
        width: 100%;
    }
    #cookie_of_destiny .text-editor {
        width: 375px;
        margin: auto;
    }
}

@media (max-width: 420px) {
    #cookie_of_destiny img {
        width: 150px;
        margin-right: 10px;
    }

    #cookie_of_destiny .text-editor {
        width: 335px;
        margin: auto;
    }
}

@media (max-width: 350px) {
    #sibila, #aladins_lamp {
        width: 100%;
    }
    #sibila .text-editor, #aladins_lamp .text-editor {
        width: 165px;
        margin: auto;
    }
}

