.content {
    position: relative;
}
.left { 
    float: left;
    width: 32%;
}
.left .chat-icon {
    margin: 50px 0px 0px 62%;
}

.right {
    float: right;
    width: 68%;
}
.blank-box {
    background-color: white;
    min-height: 50px;
    padding: 10px;
}
.kid-in-boat {
    position: absolute;
        bottom: 0px;
        left: 0px;
    width: 32%;
}
h2 {
    text-align: right;
    width: 60%;
    margin-left: 25%;
}
blockquote {
    background-color: #fff;
    border: none;
    font-size: 1.2em;
    margin: 0px;
    padding: 20px 5%;
}
blockquote:nth-child(even) {
    background-color: #dae4ec;
} 
span {             
    font-style: oblique; 
}
@media (max-width: 767px) {
    h2 {
        margin: 20px 10%;
        text-align: center;
        width: 80%;
    }
    .left {
        background-color: #fff;
        margin: 0px;
        width: 100%;
    }
    .left img{ display: none; }
    
    .right { width: 100%; }
    
    .blank-box { display: none; }
}
