.simple-text-container img{
    width: 30%;
    height: unset;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
@media screen and (min-width: 600px) {
    .simple-text-container{
        width: 100%;
    }
    .simple-text-description{
        width: 100%;
        margin: 1em 0em 1em 0em;
    }
    .simple-text-title{
        background-color: #ffe788;
        padding: 0.7em 0.5em 0em 0.5em;
        font-family: "SweetSansProBold";
        font-size: 1.5em;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        min-height: 3em;
        max-height: 6em;
        border-radius: 2px;    }
}
@media screen and (max-width: 600px) {
    .simple-text-container{
        width: 100%;
    }
    .simple-text-description{
        width: 100%;

        margin: 1em 0em 1em 0em;
    }
    .simple-text-title{
        background-color: #ffe788;
        padding: 0.7em 0.5em 0em 0.5em;
        font-family: "SweetSansProBold";
        font-size: 1.5em;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        min-height: 3em;
        max-height: 6em;
        border-radius: 2px;
    }
    .simple-text-container img{
        width: 100%;
    }
}
