.rose-div {
    
    width: 100%;
    padding: 50px 0;
    background-color: #FCA418;
    
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.rose-ctr-div {
    display: flex;
    margin: 0 0 0 75px;
    
    
    justify-content: flex-end;
    
    /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(150px, auto);*/
    align-items: center;
    
    background-color: white;
    border-radius: 2px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.rosie-txt {
    width: 60%;
    margin: 0 50px;
    padding: 20px 0;
    text-align: justify;
    
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    flex-grow: 2;
}

.rosie-img {
    
    height: 250px;
    width: 250px;
    background-image: url("../Pictures/mama_rosie_pics/mamaRosie_2.png");
    background-size: cover;
    background-color: orange;
    
}

.rosie-btn {
    margin-top: 20px;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    background-color: #FC1870;
    color: white;
    cursor: pointer;
 }


@media screen and (max-width: 767px) {
    
    .rose-ctr-div {
        display: flex;
        margin: 0 0 0 75px;
        
        flex-wrap: wrap;
        
        justify-content: center;
        
        /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-auto-rows: minmax(150px, auto);*/
        align-items: center;
        
        background-color: white;
        border-radius: 2px;
        
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
 
 
 .rosie-img {
     
     height: 250px;
     width: 250px;
     background-image: url("../Pictures/mama_rosie_pics/mamaRosie_2.png");
     background-size: cover;
     background-color: grey;
     
     margin-bottom: 20px;
     
     
 }
 
}
