.creations-wrapper {
    margin-top: 25px;
    width: 100%;
}

.creations-text-wrapper {
    width: 100%;
}

.creations-title {
    font-size: 28px;
    color: #dd674b;
    padding-bottom: 15px;
}

.creations-text {
    font-size: 16px;
}

.creations-image {
    width: 100%;
}

@media only screen and (min-width: 700px) {
    .creations-text-wrapper {
        float: left;
        width: 30%;
    }

    .creations-image {
        float: left;
        width: 70%;
    }
}